This post follows on the previous post on SELECT performance. In this
post I want to show three things:
- How many single row UPDATEs per second you can do on on a
Cluster with two data nodes (updating 64B data by the PRIMARY
KEY, no batching)
- Show how MySQL Cluster scales with threads and mysql servers
- How ndb_cluster_connection_pool affects performance
Next post will be what happens to INSERTs.
Setup
- two data nodes
- one to four mysql servers
- interconnected with Gig-E (single NIC)
deployed on six computers (of varying quality, but not really modern, see below). www.severalnines.com/bencher was co-located with each mysql …
[Read more]