5 min read
At our recent webinar, “NoSQL vs. NewSQL: Evaluating Database Technologies for 2019”, we received a number of questions from attendees about Volt Active Data’s capabilities and architecture. From orchestrating Volt Active Data with Kubernetes, to comparing Volt Active Data to TimeScaleDB, here’s…
5 min read
In 1972, Dr. Edsger Dijkstra wrote “The Humble Programmer,” in which he laid out his ideas about how to best write computer programs. Back in that world, programming was a big problem, particularly because the programmer was constrained by the computing power…
5 min read
Previously in part one of this blog series, I explained the problems with two methods of database interactions. Traditional JDBC-style interactions mean that locking and latching take up ~30% of compute time. This overhead skyrockets when you try to use a distributed system.…
5 min read
First off: I’m not here to bash NoSQL. NoSQL came into existence for a good reason — your generic legacy SQL RDBMS is often slow and expensive when compared to NoSQL alternatives. But much of the discussion I’ve seen about NoSQL, NewSQL,…
5 min read
For decades, relational databases was the de-facto choice for financial service companies, until the 2000s where systems started to face challenges with scalability and availability as the amount of data being processed and consumed shaped how companies conducted their business. NoSQL databases…
5 min read
Introduction NoSQL databases, such as Apache Cassandra, are often used in operational applications. However, a new breed of databases, such as Volt Active Data, are revolutionizing the fast data landscape. Volt Active Data is an in-memory NewSQL transactional database for fast data…
5 min read
NoSQL and NewSQL databases are popular solutions in the data management space. We’re sometimes asked to clarify the difference between the two approaches. Here’s what you need to know if you’re trying to decide which solution to adopt in your organization. NoSQL…
5 min read
Trying to choose a database to solve a problem (or a whole set of them)? Here’s a quick rundown of the advantages – and disadvantages – of NoSQL versus NewSQL. Choosing the right tool for the job at hand is 80 percent…