Help (MySQL)...
#5

Quote:
Originally Posted by Vince
Посмотреть сообщение
Bad. A field in SQL should NEVER store more than one value. A delimited list like that is simply not done. Especially if you have 145 items. This should all be moved to a separate table where you have two columns: userid and itemid. Then you can make as many rows as you like.
Mmm, you suggest that you create table by table in the database and upload them one by one via code, since this would be the way more "optimized" ?, My idea is to try you accommodate in a table but seeing that in this way save as chain and load it as such, it is slower ... If that's the case, to go faster .., I have to do what you say?

Thanks for answering
Reply


Messages In This Thread
Help (MySQL)... - by Unrea1 - 04.10.2016, 22:39
Re: Help (MySQL)... - by PrO.GameR - 04.10.2016, 23:31
Re: Help (MySQL)... - by Unrea1 - 04.10.2016, 23:39
Re: Help (MySQL)... - by Vince - 05.10.2016, 05:23
Respuesta: Re: Help (MySQL)... - by Unrea1 - 23.10.2016, 21:57
Respuesta: Help (MySQL)... - by Unrea1 - 24.10.2016, 16:55
Respuesta: Help (MySQL)... - by Unrea1 - 26.10.2016, 19:34
Re: Help (MySQL)... - by Gammix - 26.10.2016, 20:02

Forum Jump:


Users browsing this thread: 1 Guest(s)