Multithreaded Execution Model for Queries With ORDER BY and LIMIT Clauses
Jun 9, 2024 · 2 min read · This small post continues the previous post dedicated to multithreaded query execution in databases with column-oriented storage format. This time we'll consider queries like the following: SELECT SearchPhrase FROM hits WHERE SearchPhrase IS NOT NULL...
Join discussion



