[DISCUSSION] Interfaces for index frame work

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[DISCUSSION] Interfaces for index frame work

ravipesala
New interfaces for index framework has been added in PR
https://github.com/apache/carbondata/pull/958

Interfaces for Index storage and retrieval implementations.
1.IndexStore class which maintains all index tables existed in
carbondata.So it can be worked as independent service as well.
2.IndexTable interface has facility to add and retrieve index data.
3.Here all the data added to above interface will be stored in unsafe
offheap/onheap memory.

Going forward all block, blocklet and secondary indexes will be using these
interfaces. Please review and comment it.

--
Thanks & Regards,
Ravindra.
Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSSION] Interfaces for index frame work

Liang Chen
Administrator
Hi
 
Nice feature, +1.
Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSSION] Interfaces for index frame work

David CaiQiang
In reply to this post by ravipesala
+1
Best Regards
David Cai