InfoQ Homepage News Cassandra 1.0.0. Is Ready for the Enterprise
Cassandra 1.0.0. Is Ready for the Enterprise
Leia em Português
This item in japanese
Oct 21, 2011 1 min read
by
Write for InfoQ
Feed your curiosity. Help 550k+ globalsenior developers
each month stay ahead.Get in touch
Apache has announced the release of Cassandra 1.0.0, the first major milestone of the distributed column-based data store coming with data compression and several performance improvements and optimizations.
Cassandra, a top open source Apache project, is a scalable database management system built on the distributed nature underlying Amazon’s Dynamo and Google’s BigTable column-based data model. Cassandra was initially developed by Facebook who open sourced it in 2008 and it has been under development ever since. Apache recently announced their first major milestone, Cassandra 1.0.0, with a number of new features, improvements and bug fixes.
One of the main features requested was compression. Cassandra 1.0 supports data compression per ColumnFamily which is a container for columns similar to a table in a traditional relational DB. The compacting process runs in the background, having no negative impact on the node’s response time. Compression has reduced the space occupied by data by 2 to 4 times, resulting in indirect 25-35% performance improvement on reads and 5-10% performance improvement on writes, according to Pavel Yaskevich.
Performance has seen a major improvement from Cassandra 0.6 to 1.0, according to Jonathan Ellis, Apache VP of Apache Cassandra Project: “Compared to the current release this time in 2010, we’ve increased our write performance a respectable 40%. But the real area we wanted to focus on improving was read performance, which we succeeded in increasing a phenomenal 400%!”
Other improvements include:
Improvements to memory management through off-heap caches, arena allocation and automatic self-tuning, for less GC pauses and more predictable performances. (Details)
Better disk-space management: better control of the space taken by commit logs and immediate deletion of obsolete data files.
New optional leveled compaction strategy with more predictable performance and fixed SStable size (Details).
Improved hinted handoffs, leading to less need for read repair for better read performances.
Lots of improvements to performance (details), CQL, repair, easier operation, etc.
Cassandra is currently in use at Cisco, Digg, Facebook, Rackspace, Reddit, Twitter, and other companies, the largest production cluster having over 100 TB of data in over 150 machines.
This content is in the Architecture topic
Related Topics:
-
Related Editorial
-
Related Sponsors
-
Popular across InfoQ
-
Anthropic Lead: HTML Increasingly Better Than Markdown at Keeping Humans Engaged in Agentic Loops
-
AWS Launches Blocks, an Open-Source TypeScript Framework Designed for AI Agents to Build Backends
-
Google OpenRL is an Experimental Self-hosted API for LLM Post-Training Fine-Tuning
-
Java News Roundup: Spring Tools, Helidon, Open Liberty, TomEE, JobRunr, Hibernate, Commonhaus
-
How eBPF Empowers Developers to Observe inside the Linux Kernel in a Safe and Unintrusive Way
-
AI Is Moving up the Software Lifecycle: from Code Review to PRD Governance
-
The InfoQ Newsletter
A round-up of last week’s content on InfoQ sent out every Tuesday. Join a community of over 250,000 senior developers. View an example
