Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 259 Bytes

CpuPlanning.md

File metadata and controls

8 lines (7 loc) · 259 Bytes

CPU Planning

  • Indexing takes CPU
  • Querying takes CPU
  • Aggregation takes CPU
  • Badly constructed queries take more CPU and that's from personal experience
  • RegEx queries burn more CPU
  • Experiment before you conclude is probably the accurate answer...