auto create partition on a table based on date in MySQL -


i have created partition on 1 of table, , wanted automatically create partitions based on date.

is there possibility of creating partitions automatically data logged table dates?

i found solution this.

it may else.

create stored procedure take date input , build partition table , create event in mysql run procedure based on scheduled time.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -