Hacker News new | ask | show | jobs
by eddd-ddde 794 days ago
TRUNCATE is faster than DELETE. You could have 100 dbs, each test first acquires one, runs, truncates, releases. No need to create more dbs on the fly.