- Developer
- Country of Origin
- NL
- Former Names
- Vectorwise, MonetDB/X100
- Acquired By
- Project Type
- Commercial
- Derived From
- MonetDB
Compression[03]
Dictionary Encoding
Delta Encoding
Run-Length Encoding
Naïve (Page-Level)
Bit Packing / Mostly Encoding
Vector compresses each column on a per-page basis for better compression performance. Thus different pages of the same column may be compressed using different algorithms.
For the page-level naïve compression, Vector uses LZ4 to compress string values.
Storage Model[03]
Because Vector targets analytical workload, Vector stores tables in columnar model by default. However, if there exists an index where the key spans multiple attributes, these columns are grouped together and stored in the same block. User can instruct Vector to store data in n-ary model.
Citations
3 sources- Actian Ingres | Ingres Transactional Database actian.com
- Actian Vector - Wikipedia wikipedia.org
- https://www.actian.com/wp-content/uploads/2024/10/Actian-Vector-Datasheet.pdf actian.com
Revision #4