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

Wipe out multi-file database support #8047

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dyemanov
Copy link
Member

I'm not sure it should be applied to v6 as it supports databases in ODS 13.0 / 13.1 which may be multi-file and the engine will not be able to work with them. The patch raises an error in this case and suggests backup/restore to convert the database into a single file. Another possible reason for delay is that tablespaces are not landed yet. I have no problems merging this PR later.

@aafemt
Copy link
Contributor

aafemt commented Mar 18, 2024

For v6 I would suggest to drop ability to create multifile database but keep ability to open and work with multifile database until the next major ODS.

@sim1984
Copy link

sim1984 commented Mar 18, 2024

For v6 I would suggest to drop ability to create multifile database but keep ability to open and work with multifile database until the next major ODS.

Don't need this. For this purpose there is EngineXX of previous versions.

@dyemanov
Copy link
Member Author

XX will be the same in v4/v5 and v6, this makes things confusing. Different engines are mostly intended for different major ODS versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants