Re: [DISCUSSION] Interfaces for index frame work

2017-08-14 Thread David CaiQiang
+1



-
Best Regards
David Cai
--
View this message in context: 
http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/DISCUSSION-Interfaces-for-index-frame-work-tp13274p20218.html
Sent from the Apache CarbonData Dev Mailing List archive mailing list archive 
at Nabble.com.


Re: [DISCUSSION] Interfaces for index frame work

2017-08-14 Thread Liang Chen
Hi
 
Nice feature, +1.



--
View this message in context: 
http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/DISCUSSION-Interfaces-for-index-frame-work-tp13274p20217.html
Sent from the Apache CarbonData Dev Mailing List archive mailing list archive 
at Nabble.com.


[DISCUSSION] Interfaces for index frame work

2017-05-26 Thread Ravindra Pesala
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.