News

The VoltDB design is based on an in-memory, distributed database partitioning concept that is optimized to run on today's memory-rich servers with multi-core CPUs. Data is held in memory (instead of ...
A database is still software subject to the rules of CPU, RAM, cache locality. Primary benefit of partitioning is to apply concurrency at a hardware level to process data more efficiently.