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

10.5 proposals #46

Open
midenok opened this issue Feb 15, 2019 · 0 comments
Open

10.5 proposals #46

midenok opened this issue Feb 15, 2019 · 0 comments

Comments

@midenok
Copy link
Owner

midenok commented Feb 15, 2019

Partitioning syntax:

# Create 1 history partition and 1 working partition
create table t1 (i int) with system versioning partition by system_time;
# Create 2 history partitions and 1 working partition
create table t1 (i int) with system versioning partition by system_time partitions (2);

Transaction syntax:

create table t1 (i int) with transaction system versioning;
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