Skip to content
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

Overloaded shard on a table: prepare a popup message and instructions #1875

Closed
galnat opened this issue Jan 27, 2025 · 3 comments
Closed

Overloaded shard on a table: prepare a popup message and instructions #1875

galnat opened this issue Jan 27, 2025 · 3 comments
Assignees

Comments

@galnat
Copy link

galnat commented Jan 27, 2025

No description provided.

@galnat galnat self-assigned this Jan 27, 2025
@galnat galnat changed the title Overloaded hard on a table: prepare a popup message and instructions Overloaded shard on a table: prepare a popup message and instructions Jan 29, 2025
@galnat
Copy link
Author

galnat commented Jan 29, 2025

@galnat
Copy link
Author

galnat commented Jan 30, 2025

Problem
The data shard is overloaded because the table is created without the AUTO_PARTITIONING_BY_LOAD clause.

Recommendation
Enable partitioning by load by executing query
ALTER TABLE table_name SET (AUTO_PARTITIONING_BY_LOAD = ENABLED);

See documentation for more information.

OR

The data shard is overloaded because the table is not partitioned by load.
Recommend enabling partitioning by load, see the manual.
See documentation for more information.

@galnat
Copy link
Author

galnat commented Feb 11, 2025

We chose this one:

Problem
The data shard is overloaded because the table is created without the AUTO_PARTITIONING_BY_LOAD clause.

Recommendation
Enable partitioning by load by executing query
ALTER TABLE <table_name> SET (AUTO_PARTITIONING_BY_LOAD = ENABLED);

See documentation for more information.

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

No branches or pull requests

1 participant