 |
Database
Our database is the heart of our framework. Key features of our database are:
- It is slim - because we support only functionalities which we needed it is about 100KB.
- It is performant – up to x1000 faster than relational databases (because of limited functionality).
- It runs on any hardware which supports Java (even on Raspberry or mobile phones with Android).
- It needs no maintenance – it just should run reliably without any administration or configuration under any circumstances.
- It has built-in synchronization mechanism – each table can be automatically and instantly synchronized over Internet (including 2-way synchronization) as soon as network is connected.
- It can be distributed to any number of hardware nodes (or to cloud), allowing to process any amount of data.
![]() |
back |