You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to codership
Hi everyone,
I tried searching to understand how much slower executing a DELETE
statement can be on a Galera system 3 nodes. Is that a constant increase
with respect to how a single mysqld would perform?
kind regards
--
--
Haris Zukanovic
Ilias Bertsimas
unread,
Oct 24, 2012, 5:00:41 PM10/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to codersh...@googlegroups.com, haris.zu...@gmail.com
Hi Zuka,
It is not really that slower than on a normal mysql (network lag for certification is the only extra). Just make sure the tables you are deleting rows from have a Primary Key.
One piece of advice for not slowing down your cluster when you delete a lot of rows constantly is to do it in a loop and DELETING a few rows on every cycle. You can achieve that using LIMIT.
Kind Regards,
Ilias.
Haris Zukanovic
unread,
Oct 25, 2012, 7:31:54 AM10/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message