Implementation
Opportunities for optimization
- Prevent / eliminate unwanted queries=> query estimation (fast index)
- Read all events (qualified for a query) from a file at the same time, without reading all event in the file=> exact index over all properties
- Share files brought into cache by multiple queries=> look ahead for files needed and cache management
- Match data storage to access patterns=> clustering on tape
- Clustering Analyzer and Dynamic Reorganizer