intel / qpl

Intel® Query Processing Library (Intel® QPL)
https://intel.github.io/qpl/
MIT License
98 stars 19 forks source link

who and how to use QPL library? #2

Closed Pinpiew closed 2 years ago

Pinpiew commented 2 years ago

I means which application or library will use QPL library. is there some software stack to describe the position of the QPL.

mzhukova commented 2 years ago

Hi @Pinpiew, thank you for you interest in Intel® Query Processing Library!

Intel® QPL is a new library that basically provides APIs to communicate with Intel® In-Memory Analytics Accelerator (Intel® IAA). If you want more details on the architecture of the Intel® IAA, you could find the full specification on intel.com.

Essentially applications with a huge volume of data would benefit from using this library. The good example here would be Database managements systems. For instance, you could find the initial integration of Intel® QPL that has been recently added to ClickHouse®

Please, let me know if you have any other questions regarding the library or its usage.

Best, Maria

Pinpiew commented 2 years ago

I see, and no any other questions. thanks!