1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

An initial Obsidian vault as a knowledge base.

This commit is contained in:
Roman Nozdrin
2023-05-20 15:39:49 +03:00
parent 4eced2c23a
commit 26aa9abaf0
20 changed files with 305 additions and 0 deletions

5
docs/WFS_initialize.md Normal file
View File

@ -0,0 +1,5 @@
This method runs ORDER BY using built-in sort. Not great in case of ORDER BY + LIMIT but not the end of the world. Remove this. New approach is to save all ORDER BY key columns in output RG.
Retain those ReturnedColumns that are not in WFS columns list but in orderByColsVec.
!!! Remove ORDER BY duplication in WFS.