Groups
Category
Offline query processing means you collect all queries first and answer them later in a smart order that makes updates/queries cheap.
CDQ divide and conquer is an offline technique that splits the timeline (or one coordinate) and lets updates from the left half contribute to queries in the right half.