-
Notifications
You must be signed in to change notification settings - Fork 383
fix uk, projections and postgres #3654
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
docs/data-modeling/projections.md
Outdated
The results should be the same, but the performance better on the latter example! | ||
|
||
|
||
#### Query 2. Average Price Per Year in London {#average-price-london-projections} |
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.
#### Query 2. Average Price Per Year in London {#average-price-london-projections} | |
#### Query 2. Average price per year in London {#average-price-london-projections} |
docs/data-modeling/projections.md
Outdated
ORDER BY year ASC | ||
``` | ||
|
||
#### Query 3. The Most Expensive Neighborhoods {#most-expensive-neighborhoods-projections} |
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.
#### Query 3. The Most Expensive Neighborhoods {#most-expensive-neighborhoods-projections} | |
#### Query 3. The most expensive neighborhoods {#most-expensive-neighborhoods-projections} |
docs/data-modeling/projections.md
Outdated
|
||
The following queries contrast performance with and without projections. To disable projection use we use the setting [`optimize_use_projections`](/operations/settings/settings#optimize_use_projections), which is enabled by default. | ||
|
||
#### Query 1. Average Price Per Year {#average-price-projections} |
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.
#### Query 1. Average Price Per Year {#average-price-projections} | |
#### Query 1. Average price per year {#average-price-projections} |
Summary
enhances projections, fixes uk price paid, manual toc for data (for now) and removes redundant postgres comments
Checklist