-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bogdans edited this page Mar 18, 2018
·
7 revisions
A small library implementing some of the components for data management.
- Entity Relationship Tables
- B-Tree index construction (based on ER Tables)
- Columnar Tables
Each component supports the following data types
- Signed Integer, 4bytes size
- Signed Decimal, 8bytes size
- String, fixed size, 1char = 1byte, 1byte reserved to mark the end of string