Skip to content

Commit 6f88aa7

Browse files
authored
Merge pull request #607 from dentiny/hjiang/upgrade-cache-httpfs
Upgrade cache httpfs
2 parents e966113 + 890aece commit 6f88aa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extensions/cache_httpfs/description.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extension:
22
name: cache_httpfs
33
description: Read cached filesystem for httpfs
4-
version: 0.6.0
4+
version: 0.7.0
55
language: C++
66
build: cmake
77
license: MIT
@@ -12,7 +12,7 @@ extension:
1212

1313
repo:
1414
github: dentiny/duck-read-cache-fs
15-
ref: 04bd8cfafa0149c8628da7dfd2f90a29b0b62bf1
15+
ref: 1a4ec174571c0576bc5dadd7c7d261ca16a44f2e
1616

1717
docs:
1818
hello_world: |
@@ -22,7 +22,7 @@ docs:
2222
It supports a few key features:
2323
- Supports both file metadata, glob, file handle and data block cache
2424
- Supports both on-disk cache and in-memory cache for data blocks, with cache mode, block size, cache directories tunable
25-
- Supports disk cache file eviction based on access timestamp, allows tunable disk space reservation
25+
- Supports disk cache file eviction based on access timestamp or LRU, allows tunable disk space reservation
2626
- Supports parallel IO request, with request size and parallelism tunable
2727
- Supports profiling for IO latency and cache hit / miss ratio for a few operations (i.e open, read, glob), which provides an insight on workload characterization
2828
- Exposes function to get cache size and cleanup cache

0 commit comments

Comments
 (0)