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

PG-1038 Tablespaces problem #288

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

artemgavrilov
Copy link
Collaborator

@artemgavrilov artemgavrilov commented Sep 19, 2024

Comment on lines +21 to +22
REINDEX (TABLESPACE test_tblspace, CONCURRENTLY) TABLE test;
INSERT INTO test VALUES (10, 2);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both operations cause problems, but in different places.

Copy link

Performance test results:
Normal queries: 9351
TDE queries: 8881
Percentage: 94%

@artemgavrilov artemgavrilov changed the title PG-1038 Add regression tests that causes PG crash PG-1038 Tablespaces problem Sep 27, 2024
@dAdAbird dAdAbird self-assigned this Sep 30, 2024
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.

2 participants