Skip to content

Conversation

@alvaro-nino
Copy link
Contributor

Updated LIMIT statements and fixed full dataset load statement

Summary

This is wrong:

SETTINGS max_http_get_redirects=10;
LIMIT 10000;

Statement should be:

LIMIT 10000
SETTINGS max_http_get_redirects=10;

Also, the LIMIT Statement was dropped from the whole table load.

If at this stage you would like to ingest the full UK property price dataset to play around with, you can run the following queries to do so:...

Note that this commit is still wrong; the LIMIT statement should go first

Updated `LIMIT` statements and fixed full dataset load statetment
@alvaro-nino alvaro-nino requested a review from a team as a code owner September 15, 2025 07:54
@vercel
Copy link

vercel bot commented Sep 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
clickhouse-docs Ready Ready Preview Comment Sep 15, 2025 7:59am
3 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
clickhouse-docs-jp Ignored Ignored Sep 15, 2025 7:59am
clickhouse-docs-ru Ignored Ignored Sep 15, 2025 7:59am
clickhouse-docs-zh Ignored Ignored Sep 15, 2025 7:59am

@CLAassistant
Copy link

CLAassistant commented Sep 15, 2025

CLA assistant check
All committers have signed the CLA.

@Blargian Blargian merged commit df4c51f into main Sep 15, 2025
15 checks passed
@alvaro-nino alvaro-nino deleted the alvaro-nino-replication-errors branch September 15, 2025 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants