Mysql too many while loops inside one stored procedure
I have one stored procedure, while I am getting comma separated values ββin parameters. I have three parameters that have comma separated values. and i need to put them in table columns, so i use while loop. but I'm afraid when too many (say lakh users) users connect to my site, then my procedure will have performance issues.
Does anyone have a better solution for this problem?
Thanks in advance. Regards,
MySQL DBA
0
a source to share