Monica
03/09/2022, 4:21 AMMayank
Mayank
Monica
03/09/2022, 4:50 AMselect * from table where day between (2017,2022) and fieldA like *AAA*
,there are also some aggregation queries, but it's painful when hitting records are huge because random IO. As far as I know,I founld pinot use technics like rich indexes, segment assignments.I'm thinking if our queries match lots of segments, do we need to hold lots of segments in server memory? And after queries, what will be held for a segment on server side, like different indexes? I guess lots of scan data will hurt caches too..Mayank
Mayank
Monica
03/09/2022, 5:24 AM