Skip to content

Commit c39e5bd

Browse files
committed
Upgrade cache httpfs
1 parent e966113 commit c39e5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/cache_httpfs/description.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)