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

Feature Request: AutoMigrate supports placement of geo-partitioning #121

Open
gsbingo17 opened this issue Nov 5, 2024 · 0 comments
Open
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@gsbingo17
Copy link

Now the AutoMigrate does not support the placement in Create Table SQL statement.

Please refer to the following SQL statement

CREATE TABLE Companies (
  id INT64 NOT NULL, 
  create_at timestamp, 
  update_at timestamp,
  name STRING(MAX) NOT NULL, 
  Location STRING(MAX) NOT NULL PLACEMENT KEY
)  PRIMARY KEY(id)

Please add the support to placement key in the AutoMigrate tool.

@gsbingo17 gsbingo17 added priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Nov 5, 2024
@gsbingo17 gsbingo17 changed the title AutoMigrate supports placement in geo-partitioning Feature Request: AutoMigrate supports placement of geo-partitioning Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant