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

DB2: Add Tablespace support #2608

Merged
merged 2 commits into from
Mar 23, 2022
Merged

Conversation

rPraml
Copy link
Contributor

@rPraml rPraml commented Mar 22, 2022

This PR adds tablespace support for DB2 platform.
It provides separation of table/index/lob data.
In conjunction with ddl.placeholders, it is possible to use @Tablespace("${tablespace}") to use multiple tablespaces for different applications or tenants.

@rPraml rPraml force-pushed the tmp-tablespace branch 2 times, most recently from c653900 to 3cb919e Compare March 22, 2022 14:32
@rPraml rPraml changed the title Draft: Tablespaces DB2: Add Tablespace support Mar 22, 2022
@rbygrave rbygrave merged commit f157c2d into ebean-orm:master Mar 23, 2022
@rbygrave rbygrave added this to the 12.16.1 milestone Mar 23, 2022
@rbygrave rbygrave linked an issue Mar 23, 2022 that may be closed by this pull request
@rPraml rPraml deleted the tmp-tablespace branch August 10, 2023 14:39
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.

Tablespace support
2 participants