
- Most bases do provide different infrastructures for data access depending on the way the data will be used (BTree-tables, hash-tables, etc.). This multitude, often offered as "varieties" and "possibilities" causes the developers to take their projects into consideration with additional situations - when what to use in order to not loose performance.
- STSdb provides unified infrastructure for the record access - XTable
. That way we only have table with primary key and record. Without performance penalty.


Sections