mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 12:22:55 +00:00
feat!: enable read cache and write cache when using remote object stores (#5093)
* feat: enable read cache and write cache when using remote object stores * feat: make read cache be aware of remote store names * chore: docs * chore: apply review suggestions * chore: trim write cache path --------- Co-authored-by: Yingwen <realevenyag@gmail.com>
This commit is contained in:
@@ -22,8 +22,9 @@ mod sql;
|
||||
mod region_migration;
|
||||
|
||||
grpc_tests!(File, S3, S3WithCache, Oss, Azblob, Gcs);
|
||||
|
||||
http_tests!(File, S3, S3WithCache, Oss, Azblob, Gcs);
|
||||
// region_failover_tests!(File, S3, S3WithCache, Oss, Azblob);
|
||||
|
||||
sql_tests!(File);
|
||||
|
||||
region_migration_tests!(File);
|
||||
|
||||
Reference in New Issue
Block a user