Skip to content

Infinite_time_partition feature for ID based partitions #412

Answered by keithf4
neetam15 asked this question in Q&A
Discussion options

You must be logged in to vote

By your description here, you've gone and created the default and child table manually. The create_parent() function will do this for you and with a default premake of 4, will make 4 child tables ahead of the starting child table. You can increase the premake value with the p_premake parameter to create_parent() to have it initially create more if needed. Note that will permanently set that partition set's premake to that value so that it is always that many child tables ahead based on current data. You can always update the config table to increase/decrease premake as needed as well.

With time, there's a value from the system clock that's always increasing, independent of the data, so th…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by neetam15
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants