Is there an ability to mark tables as common to make them exist on all data nodes?
I have small tables that will be joined on commonly and it would be helpful to have those tables on every data node. I'd imagine there is some way to do this by making those tables use Innodb and set up a bunch of replicas (assuming I can join between ndb and innodb) but was wondering if there is something more native to MySQL cluster.
Thanks!
I have small tables that will be joined on commonly and it would be helpful to have those tables on every data node. I'd imagine there is some way to do this by making those tables use Innodb and set up a bunch of replicas (assuming I can join between ndb and innodb) but was wondering if there is something more native to MySQL cluster.
Thanks!