mysql - Poor Man's Load Balancing -
i have mysql database several tables. have input makes ajax calls every character. there way load balance distributing other domains etc?
estimated statistics: ~1000-2000 hits day. average site time per user ~30-60 secs.
i think you'd better off making ajax form set timeout whenever character input let's 300ms after last character ajax request made. i've done similar solution in java swing application , load on server make simple query stupendous. far load balancing mysql know you'll either have give on consistency or you'll have deal degraded write performance.
Comments
Post a Comment