-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Index Maintenance, MMAPv1, Sharding, Storage
-
Storage Execution
If all data points in a chunk were located sequentially on disk then migrations could be done using only sequential IO and not random IO. Additionally, it would not fragment the data files as it currently does when all chunks are intermingled.
- is duplicated by
-
SERVER-15354 Implementing cluster index for RocksDB
- Closed
-
SERVER-31357 Using Indexes To Sort Huge Data
- Closed
- is related to
-
SERVER-9114 Add balancer strategy that balances based on working set estimation
- Blocked