Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Hi again
well last year i was testing partition prune and i checked that a insert isn´t pruned since i executed a partition alter table on a partition X and inserted a row at partition Y, and the result was a insert lock until alter table end...
the bug/feature request was reported at mysql team, but i don´t know why they don´t accept more feature requests just bugs (maybe a oracle principle of only enterprise clients)
check:
http://bugs.mysql.com/bug.php?id=60190
could be nice to have a lock per partition and not per table, there´s a problem since .frm file is a file to all partitions and a lock of a partition may lock this file, and this get back to a lock of table and not a partition lock
well i think at bug sent to mysql is better explained
thanks
Attachments
Issue Links
- is blocked by
-
MDEV-3932 5.6 merge
-
- Closed
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Summary | PARTITION PRUNE ON INSERT AND ALTER OPERATIONS | PARTITION - Prune on Insert, Alter, Delete, Update |
Workflow | defaullt [ 11651 ] | MariaDB v2 [ 43041 ] |
Remote Link | This issue links to "WL#4443: Remove scalability problem with many locks and external locks on partitioned tables with many partitions (Web Link)" [ 23100 ] |
Remote Link | This issue links to "WL#5217: Add explicit partition selection (Web Link)" [ 23101 ] |
Workflow | MariaDB v2 [ 43041 ] | MariaDB v3 [ 63900 ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Workflow | MariaDB v3 [ 63900 ] | MariaDB v4 [ 130058 ] |
There is an ongoing work (in MySQL) on more granular locks for partitioned tables (basically, to be able to lock individual partitions, not a table as a whole). If it is implemented in MySQL, we will merge it from upstream in a due time.