Bindings + Integrations
Arrays, Layouts, and DTypes
Functionality
House Keeping
Research Proposals
Here's a bunch of ideas we have for potential research proposals, likely suitable for bachelors / masters level. Reach out if you're interesting in picking these up!
pg_vortex - a Postgres extension to provide columnar scans over Postgres block storage using Vortex layouts.
- I/O Subsystems - experiment with responsive coalescing by adjusting I/O strategy based on observed throughput and latencies. Alternatively, avoid coalescing entirely and perform object store I/O with sticky connections.
- Additional FastLanes codecs - add support for dictionary
and run-length fastlanes encoding
- Variant DTypes - add support for JSON-like variant data.
- Embedded indexes - add layouts that perform pruning based on index structures, e.g. inverted indices, bloom filters, finite state transducers
Bindings + Integrations
Arrays, Layouts, and DTypes
Functionality
House Keeping
Research Proposals
Here's a bunch of ideas we have for potential research proposals, likely suitable for bachelors / masters level. Reach out if you're interesting in picking these up!
pg_vortex- a Postgres extension to provide columnar scans over Postgres block storage using Vortex layouts.and run-lengthfastlanes encoding