All notable changes to laravel-query-builder-to-clickhouse
will be documented in this file
- initial release
- Using iamprageeth/laravel-clickhouse (folked version of bavix/laravel-clickhouse)
- Added method to switch to buffer table when using query builder
- Removed sorting records in bulk insert. This will improve performance in bulk insert
- Added ClickHouse Base Model
- Moved executing sql on clickhouse to trait
- Moved custom eloquent builder to package
- Changed buffer method to useSuffix. More sense now
- Fixed Question Mark Github Issue#1
- Cache results by clickhouse raw sql query