InfoQ Homepage Columnar Databases Content on InfoQ
-
ScyllaDB Announces Major Release of Its NoSQL Database and Support for Concurrent OLTP and OLAP
At their annual Scylla Summit conference, ScyllaDB released version 3.0 of their flagship product, ScyllaDB Open Source 3.0. New features include: concurrent OLTP and OLAP; materialized views; secondary indexes; and compatibility with the Cassandra 3.x file format. Dor Laor, CEO at ScyllaDB, spoke to InfoQ about this latest release.
-
Splitting Stateful Services across Continents at Instagram
At the recent Large Installation System Administration (LISA) 2018 Conference, Sherry Xiao, production engineer at Instagram, explained how their team split Instagram’s services across datacenters in the US and Europe. They achieved data locality in their stateful services - Cassandra and TAO - by using new and modified tools from Facebook’s engineering team.
-
Building Resilience in Netflix Production Data Migrations: Sangeeta Handa at QCon SF
At QCon SF, Sangeeta Handa discussed how Netflix had learned to build resilience into production migrations across a number of use cases. Key lessons learned included: aim for perceived or actual zero downtime, even for data migrations; invest in early feedback loops to build confidence; find ways to decouple customer interactions from your services; and build independent checks and balances.
-
Q&A with Microsoft's Arindam Chatterjee Discussing Azure HDInsight 4.0
InfoQ caught up with Arindam Chatterjee, principal group manager at Microsoft, regarding the announcements about HDInsight at Microsoft Ignite.
-
Spotify Open Sources cstar: its Cassandra Orchestration Tool
Spotify recently open sourced cstar, its Cassandra orchestration tool. Cstar is a command line tool to runs scripts on all hosts in a Cassandra cluster.
-
Bloomberg’s Standardization and Scaling of Its Monitoring Systems
One of the outcomes of Bloomberg’s adoption of SRE practices across its development teams is the monitoring system, backed by the Cassandra-based Metrictank time-series database, that they put in place.
-
Scaling Graphite at Criteo Using a Cassandra Backend
At last month's FOSDEM, a member of the Criteo SRE team delivered a talk on scaling their Graphite installation using Cassandra for storage. A custom Graphite plugin called BigGraphite written by the Criteo engineering team replaces the default WhisperDB with Cassandra to achieve fault tolerance and elastic scaling.
-
Microsoft Directly Challenges MongoDB and Cassandra with Cosmos DB
The term “Embrace, Extend, and Extinguish” is often thrown about whenever someone is upset with Microsoft. Superficially it describes any attempt by a technology company to attract users of a competitor’s product, but the actual strategy is more complicated than that. In this report will use Azure Cosmos DB to illustrate the concept.
-
QCon New York 2017: Scaling Event Sourcing for Netflix Downloads
Phillipa Avery, senior software engineer at Netflix, and Robert Reta, senior software engineer at Netflix, presented their Cassandra-backed event sourcing architecture at QCon New York 2017. Currently, it powers the download feature in Netflix, and was summarised as something which improved the flexibility, reliability, scalability and debuggability of their services.
-
Emerging Technologies for the Enterprise Conference 2017: Day One Recap
Day One of the 12th annual Emerging Technologies for the Enterprise Conference was held on Tuesday, April 18 in Philadelphia, PA. This two-day event included keynotes by Blair MacIntyre (augmented reality pioneer) and Scott Hanselman (podcaster), and featured speakers Monica Beckwith (JVM consultant at Oracle), Yehuda Katz (co-creator of Ember.js), and Jessica Kerr (lead engineer at Atomist).
-
Lightbend Speaks to InfoQ on Their Acquisition of OpsClarity
Nine months after acquiring BoldRadius, Lightbend announced their acquisition of OpsClarity, a company specializing in monitoring reactive applications. InfoQ interviewed Mark Brewer, president and CEO at Lightbend and Alan Ngai, co-founder of OpsClarity and now VP of cloud services at Lightbend to learn more about this new partnership.
-
Julien Le Dem on the Future of Column-Oriented Data Processing with Apache Arrow
Julien Le Dem, the PMC chair of the Apache Arrow project, presented on Data Eng Conf NY on the future of column-oriented data processing. Apache Arrow is an open-source standard for columnar in-memory execution. InfoQ interviewed Le Dem to find out the differences between Arrow and Parquet.
-
SQL Server 2016: Clustered Columnstore Index Enhancements
Clustered Columnstore Indexes were one of the two headline features for SQL Server 2014. Designed for tables with over 10 million rows, they allow for good performance on analytical queries without the need to explicitly specify indexes. With SQL Server 2016, they gain the ability to support secondary indexes.
-
SQL Server 2016: Updatable, Non-Clustered Columnstore Indexes
Non-clustered Columnstore Indexes are also getting some enhancements in SQL Server 2016. The most notable of these enhancements is the ability to be updated.
-
SQL Server 2016: In-Memory Columnstore Indexes
New for SQL Server 2016 is the ability to place a Columnstore Index on an In-Memory Table.