-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding page for CBO #24736
base: master
Are you sure you want to change the base?
Adding page for CBO #24736
Conversation
✅ Deploy Preview for infallible-bardeen-164bc9 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
||
### Index scan | ||
|
||
As the primary key is part of the base table and that each [SST](../../docdb/lsm-sst) of the base table is sorted in the order of the primary key the primary index lookup cheaper compared to secondary index lookup. Depending on the type of query this distinction is considered. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix this paragraph, it's a bit incomprehensible
docs/content/preview/architecture/query-layer/planner-optimizer.md
Outdated
Show resolved
Hide resolved
Is missing Could also be rephrased as,
|
can be
|
can be
|
can be
|
'we' - you mean the CBO? eg "the CBO takes into account..." |
Oh so the query planner and the CBO are the same? |
@netlify /preview/architecture/query-layer/planner-optimizer
DOC-383