field search

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

field search

xiaohui0318
<http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/file/t359/WX20180921-183105%402x.png>

Hi Dev:
   When filtering with field A, if you can locate the row in Page for field
A, can you use that row to undo all the remaining fields in the row???




--
Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: field search

ravipesala
Hi,

SInce carbondata is columnar we can filter on individual columns and use the
output of that column to filter the remaining columns. This what we called
bitset pipelining. So in your case, if column A got row 1 after filter then
it uses only that row 1 to filter the remaining columns.
If my explanation cannot answer your question, please specify an example to
elaborate your question if possible.

Regards,
Ravindra.



--
Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/