Compress your database
Ancelus reduces the size of the space required to store data by as much as 80% through two techniques:
- It eliminates the duplication of data in foreign keys
- Variable width field specifications at the transaction level eliminates the sparse matrix problem where some of the reserved dataspace will never be used
In combination, these techniques mean you don’t necessarily need new hardware to store vast data volumes, and queries never need to look at uninteresting data, improving performance by factors up to ten thousand times compared to relational databases.
Did you know...
Ancelus uses some evolutionary techniques to provide its blistering performance and game-changing feature set.
