SA-MP Forums Archive
How long will it take to convert a 50k lines gamemode to SQL? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How long will it take to convert a 50k lines gamemode to SQL? (/showthread.php?tid=348831)



How long will it take to convert a 50k lines gamemode to SQL? - milanosie - 06.06.2012

Alright, finally started on converting to SQL, as my playerbase is growing to high for a file based saving system,


How long will it take? >.<

Gamemode is 56.232 lines long at the moment, and loads and loads of loading in Y_Ini and dini


Re: How long will it take to convert a 50k lines gamemode to SQL? - Jonny5 - 06.06.2012

2 weeks, 4 days, 16 hours , 27 mins and 36 secs


Re: How long will it take to convert a 50k lines gamemode to SQL? - milanosie - 06.06.2012

Quote:
Originally Posted by Jonny5
Посмотреть сообщение
2 weeks, 4 days, 16 hours , 27 mins and 36 secs
Awesome, thats what I was looking for!


Re: How long will it take to convert a 50k lines gamemode to SQL? - Jonny5 - 06.06.2012

i do hope you know i was joking,

Its impossible for anyone to know the answer to your question,
Im thinking youll be rewriting alot of code,
if the code is sloppy,add alot of time on just for that,
and mostly it would depend on how much you know in sql/ pawn/ and SAMP in general.
Another factor would be how much time you can spend on it in a day.
Then always plan time for killing bugs!



but
2 weeks, 4 days, 16 hours , 27 mins and 36 secs
did sound reasonable lol.

regards


Re: How long will it take to convert a 50k lines gamemode to SQL? - milanosie - 06.06.2012

Quote:
Originally Posted by Jonny5
Посмотреть сообщение
i do hope you know i was joking,

Its impossible for anyone to know the answer to your question,
Im thinking youll be rewriting alot of code,
if the code is sloppy,add alot of time on just for that,
and mostly it would depend on how much you know in sql/ pawn/ and SAMP in general.
Another factor would be how much time you can spend on it in a day.
Then always plan time for killing bugs!



but
2 weeks, 4 days, 16 hours , 27 mins and 36 secs
did sound reasonable lol.

regards
I do know, but I love it


Re: How long will it take to convert a 50k lines gamemode to SQL? - Calgon - 06.06.2012

It doesn't matter if you have a high player base, flat file is still fine for accounts.


Re: How long will it take to convert a 50k lines gamemode to SQL? - DaRealShazz - 06.06.2012

Quote:
Originally Posted by Calgon
Посмотреть сообщение
It doesn't matter if you have a high player base, flat file is still fine for accounts.
MySQL is the way forward, he will be able to make an UCP as well.


Re: How long will it take to convert a 50k lines gamemode to SQL? - Jonny5 - 06.06.2012

Quote:
Originally Posted by Calgon
Посмотреть сообщение
It doesn't matter if you have a high player base, flat file is still fine for accounts.
and Dini is SLOW!!!
if hes gonna convert why not to sql?


Re: How long will it take to convert a 50k lines gamemode to SQL? - milanosie - 06.06.2012

Quote:
Originally Posted by Calgon
Посмотреть сообщение
It doesn't matter if you have a high player base, flat file is still fine for accounts.
A flat file takes ages to load up with FTP at the moment, as it loads over 10.000 files just to SEE all players.


Re: How long will it take to convert a 50k lines gamemode to SQL? - ReneG - 07.06.2012

Depends on your dedication. So the question is kinda pointless