kvserver: disable the spanconfig limiter for in-memory tenants [CRDB-14537 followup] #93562
Labels
A-multitenancy
Related to multi-tenancy
branch-master
Failures and bugs on the master branch.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
GA-blocker
T-multitenant
Issues owned by the multi-tenant virtual team
In-memory tenants come with a default limit of 5000 "spans" (
spanconfig.tenant_limit
cluster), which I think means that they can only create 5000 tables/partition in a GC interval of 25h. This would be a big regression for a UA cluster.The small limit is inconvenient for tests and benchmarks that run into it. For example,
pkg/bench
does:There's been some slack discussion about this limit. It seems a bit unclear whether it serves any purpose.
Jira issue: CRDB-22403
The text was updated successfully, but these errors were encountered: