fix(warehouse): change ClickHouse partition from daily to monthly by deepshekhardas · Pull Request #6669 · rudderlabs/rudder-server
…dderlabs#5079) Changed PARTITION BY from toDate() to toYYYYMM() in ClickHouse table creation. This follows ClickHouse best practices recommending partitions of 30-150GB. Monthly partitions are more appropriate for typical rudder-server workloads. Closes rudderlabs#5079
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters