Thursday, April 13, 2017

Alenka

"This is a GPU based database engine written to use vector based processing and high bandwidth of modern GPUs.

The features:
  • Vector-based processing
    CUDA programming model allows a single operation to be applied to an entire set of data at once.
  • Smart compression
    Ultra fast compression and decompression on GPU. Database operations on compressed data.
  • Column-based storage
    Minimizes disk I/O by only accessing the relevant data.
  • Data skipping
    Better performance without indexes.
  • Fast Loading
    Gpu based CSV parser loads the data into database at very high speed.



    https://github.com/antonmks/Alenka

No comments:

Post a Comment