Daltonism

Forum rules
No roms requests or illegal links

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: :clap: :hum: :gnak: :lol: :super: :uh: :toobad:
View more smilies

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Daltonism

Re: Daltonism

by MELERIX » Sat Jan 04, 2014 9:26 pm

RomCenter wrote:And how do you insert a 'huge amount of roms at once' ?
There is no sql command to batch import.

I already do an uncommited load to speed up things.
well, here is an example for MySQL...

fast insert

Code: Select all

INSERT INTO `table1` VALUES
(a, b, c, d),
(e, f, g, h),
(w, x, y, z);
slow insert

Code: Select all

INSERT INTO `table1` VALUES (a, b, c, d);
INSERT INTO `table1` VALUES (e, f, g, h);
INSERT INTO `table1` VALUES (w, x, y, z);

Re: Daltonism

by RomCenter » Fri Jan 03, 2014 9:09 am

And how do you insert a 'huge amount of roms at once' ?
There is no sql command to batch import.

I already do an uncommited load to speed up things.

Re: Daltonism

by ainsley » Thu Jan 02, 2014 11:57 am

wouldn't when adding rom files, especially when you add your rom directory for the first time, to precache several roms in an array and then insert an huge amount of roms at once, instead to do one sql insert per game?

Re: Daltonism

by Back » Sat Jul 13, 2013 10:13 am

Melerix, look up the term Daltonism. Not sure though if Bzalel is trolling or serious.

Re: Daltonism

by MELERIX » Sat Jun 15, 2013 2:21 pm

reasons ?

Daltonism

by Bzalel » Fri May 31, 2013 9:53 pm

Sorry for my English. Automatic translate by google.

Please change the color of the icons of the roms
combination to avoid: red / green
Thank you.

Top