Lets's say I have a test data for login transaction of 500 users
I am distributing the load with 1 master and 2 slaves.
where first slave picks 200 login credentials and next picks another 200 but not the first 200.
How can I achieve this..? Also do we need to start the simple table server on slaves too..? if yes, How to do that. Manually or is there any other way trigger it from master
Thanks in advance. I want to implement this for someone