Tag: mysql
Speeding Up MySQL (instead of using sqlite)
Many people use sqlite for testing purposes because it's fast... and it's fast because it uses memory for many operations instead of the disk...
Read more about 'Speeding Up MySQL (instead of using sqlite)'...
Read more about 'Speeding Up MySQL (instead of using sqlite)'...
How to speed up unit tests using sqlite
Running unit tests might be dead slow if you're using mysql for it, cause for every test a new DB is set up and destroyed afterwards.
Read more about 'How to speed up unit tests using sqlite'...
Read more about 'How to speed up unit tests using sqlite'...