Reliably perform ACID transactions with 100% consistency

When you’re dealing with the real world, accurate and reliable decisions matter — a lot.

Instead of complicated layers of code and add-on functionality, Volt has a very simple mechanism for making transactions ACID and ensuring consistency:

  • A single CPU core manages all the data and business logic for each transaction. 
  • The core runs a single thread.
  • That thread runs requests as a mixture of business logic code and SQL.
  • It only proceses one request at a time and does not return to the client until finished.
Highly scalable for ACID transactions
Built-in read consistency
Easily process 5,000 requests per second per core

Yes – We can prove it