Hi! Unfortunately, using in-memory filesystem for store temporal databases for testing is most effective way for improve performance of testing. All other ways provide low improvement of performance. Commend for create tmpfs disk is: sudo mount -t tmpfs tmpfs /media/tmpfs/ -o size=512M |