Tag

Filesystem Cache

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Nov 5, 2020 · Databases

Elasticsearch Interview Question: Performance Optimization and Best Practices

The article explains how to improve Elasticsearch query speed on billions of records by leveraging filesystem cache, reducing indexed fields, using data pre‑heating, separating hot and cold indices, designing efficient document models, and applying pagination techniques such as scroll API and search_after.

Data ModelingElasticsearchFilesystem Cache
0 likes · 11 min read
Elasticsearch Interview Question: Performance Optimization and Best Practices
Big Data Technology Architecture
Big Data Technology Architecture
May 29, 2019 · Backend Development

Elasticsearch Performance Optimization for Billion‑Scale Data

The article explains how to improve Elasticsearch query speed on tens of billions of records by leveraging filesystem cache, limiting indexed fields, using hot‑cold data separation, designing efficient document models, and employing scroll or search_after APIs to avoid deep pagination bottlenecks.

Filesystem CachePerformancehot‑cold data
0 likes · 11 min read
Elasticsearch Performance Optimization for Billion‑Scale Data
Architecture Digest
Architecture Digest
May 28, 2019 · Backend Development

Improving Elasticsearch Query Performance for Billion‑Scale Datasets

To boost Elasticsearch query speed on billions of records, allocate sufficient filesystem cache memory, store only searchable fields, separate hot and cold data, warm up cache, avoid complex joins, and replace deep pagination with Scroll API or search_after for millisecond‑level responses.

Data ModelingElasticsearchFilesystem Cache
0 likes · 10 min read
Improving Elasticsearch Query Performance for Billion‑Scale Datasets
Qunar Tech Salon
Qunar Tech Salon
May 24, 2015 · Operations

Understanding Filesystem Cache and Log Rotation with top, lsof, and Compression

The article explains how the Linux top command reveals filesystem cache usage, why large log files can waste cache memory, and proposes hourly log rotation with compression, using lsof to identify cached files and tools like zless to view compressed logs.

Filesystem CacheLinuxOperations
0 likes · 6 min read
Understanding Filesystem Cache and Log Rotation with top, lsof, and Compression