Skip to content

Remove per-minute/hour bytes limitation and increase per-day limit to 500M#35

Merged
azat merged 1 commit intomasterfrom
tune-quotas
Dec 1, 2025
Merged

Remove per-minute/hour bytes limitation and increase per-day limit to 500M#35
azat merged 1 commit intomasterfrom
tune-quotas

Conversation

@azat
Copy link
Member

@azat azat commented Dec 1, 2025

I'm going to use pastila.nl for sharing flamegraphs (azat/chdig#94), and one flamegraph can be bigger then 10MiB limit, so it will be rejected.

I will deploy this changes manually, once they are OK.

… 500M

I'm going to use pastila.nl for sharing flamegraphs
(azat/chdig#94), and one flamegraph can be
bigger then 10MiB limit, so it will be rejected.

I will deploy this changes manually, once they are OK.
@azat
Copy link
Member Author

azat commented Dec 1, 2025

Approved by Alexey in slack

@azat azat merged commit b1552f3 into master Dec 1, 2025
@azat
Copy link
Member Author

azat commented Dec 1, 2025

FYI have to deploy this CREATE QUOTA paste KEYED BY ip_address FOR RANDOMIZED INTERVAL 1 minute MAX query_selects = 100, query_inserts = 1000, written_bytes = 100000000, FOR RANDOMIZED INTERVAL 1 hour MAX query_selects = 1000, query_inserts = 10000, written_bytes = 500000000, FOR RANDOMIZED INTERVAL 1 day MAX query_selects = 5000, query_inserts = 50000, written_bytes = 500000000 TO paste there are some issues if you remove written_bytes from per-minute/hour quotas, will take a look later

@azat azat deleted the tune-quotas branch December 1, 2025 16:16
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.

1 participant