druid/services/src
Clint Wylie 277aaa5c57
remove druid.processing.columnCache.sizeBytes and CachingIndexed, combine string column implementations (#14500)
* combine string column implementations
changes:
* generic indexed, front-coded, and auto string columns now all share the same column and index supplier implementations
* remove CachingIndexed implementation, which I think is largely no longer needed by the switch of many things to directly using ByteBuffer, avoiding the cost of creating Strings
* remove ColumnConfig.columnCacheSizeBytes since CachingIndexed was the only user
2023-07-02 19:37:15 -07:00
..
bin Adding licenses and enable apache-rat-plugin. (#6215) 2018-09-18 08:39:26 -07:00
main remove druid.processing.columnCache.sizeBytes and CachingIndexed, combine string column implementations (#14500) 2023-07-02 19:37:15 -07:00
test Allow empty tiered replicants map for load rules (#14432) 2023-06-22 14:44:06 +05:30