m-ghazanfar commented on issue #15167: URL: https://github.com/apache/druid/issues/15167#issuecomment-1772333461
> You can still keep historical cheaper by introducing a tier that just handles very recent data We are already doing this and want to get rid of that tier. Our query load is pretty high, at peak we get about 1000 queries per sec on the broker, about 75% of which are for realtime data. Along with this, we also have a high ingestion rate. Also, $0 is better than cheaper :D > This tier could be co-hosted with your indexer processes. So any additional query load is really just moving to a different process on same machine The query load doesn't move - it expands to historicals along with indexers. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
