Database Reference
In-Depth Information
We use a lot of open-source tools (Cassandra, ZooKeeper, NSQ, etc.). While
it's tempting to just install them on the closest machine and start using them in
production, you need to keep in mind that your devops team will most likely have
to maintain these systems for you. So make sure they come with some great mon-
itoring tools to keep your devops team happy.
Turn on Compression
Due to the way Cassandra stores data, turning on compression can actually give
you better performance in reads and writes as well as save you storage space. The
trade-off is slightly increased CPU usage, but for many this trade-off is definitely
worth it.
We normally store our data as strings (JSON or just plain strings), so compres-
sion can save a lot of space in our use case. We saw around 30% space saving
with compression switched on, and when you're talking about clusters with sever-
al terabytes of data, you can see the massive savings you can get.
Summary
As Hailo rolls out across the globe, we need to be sure that our platform can scale
in line with our ambition. Cassandra has helped us to achieve this goal because, in
our experience, it just works.
eBay
Jay Patel
eBay is one of the world's largest online marketplaces, enabling the buying and
selling of practically anything. Founded in 1995, eBay connects a diverse and pas-
sionate community of individual buyers and sellers, as well as small businesses.
eBay's collective impact on e-commerce is staggering; in 2012, the total value of
goods sold on eBay was $75.4 billion. eBay currently serves over 120 million act-
ive users and had over 450 million items for sale as of July 2013.
Search WWH ::




Custom Search