7 min read
As part of our 6.0 release, we’ve added new data types and functions that let you work with geospatial data in your applications. If you care about where things are in the real world and how they relate to each other spatially,…
7 min read
Processing big data effectively often requires multiple database engines, each specialized to a purpose. Databases that are very good at event-oriented real-time processing are likely not good at batch analytics against large volumes. Here’s a quick look at another of the Fast…
7 min read
Openet, a leading independent supplier of real-time business support systems (BSS), ensures that more than 600 million mobile telecommunications users around the world enjoy the best network and data experience while enabling mobile operators to monetize data use in real-time. In late…
7 min read
In the Volt Active Data ebook, “Fast Data: Smart and at Scale,” Ryan Betts and I outline what we have found, through years of work and collective experience, to be tried-and-true design patterns and recipes for fast data. High-speed transactional applications or…
7 min read
Introduction Last year we published YCSB benchmarks that compared IBM SoftLayer with Amazon Web Services. This generated a lot of interest from lots of different folks in the cloud community. There was so much interest we decided to do it again with…
7 min read
When you evaluate a database to use in your application stack, you usually look at the features, the performance, the price, and the fit. You take for granted that the data is correct, that the features work as documented, and that the…
7 min read
Continuous integration (CI) has become a fundamental process in many software-based companies in recent years. Fortunately, frameworks such as Jenkins do most of the heavy lifting and make it flexible for the engineering team to examine and improve the process. With the…
7 min read
My name is Yiqun Zhang and I worked as a software engineering intern on the SQL core team at Volt Active Data during the summer. The experience of working with so many smart and talented people was so much fun. I was…
7 min read
One of the key tasks during initialization of a Volt Active Data cluster is determining cluster topology. The topology includes placement of the partition masters and replicas on physical Volt Active Data nodes. Once determined, the topology does not change unless node…
7 min read
A couple of weeks ago, an interesting issue came up in the field. The symptom was that the resident set size (RSS) of the Volt Active Data process would keep growing when the database was idle. The symptom only manifested itself on…
7 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…
7 min read
The sale and subsequent closure of FoundationDB cut short something of a grand experiment. FoundationDB, conceived as a Key-Value store, had decided to add flexibility in the form of programming and query-model “Layers” on top of its core KV store. First up…