Any ideas to test the performance of Elixir queries through various filesystems (ext4, btrfs, f2fs...) and through various database layouts (Btree, Hash, etc)?
I've got a laptop setup for such testing, and I wonder how we can use the existing test infrastructure for such performance testing, like running 1,000 queries in a row.
I'll test indexing performance too, but that's quite trivial ("time ./update.py").
The end goal is to reduce indexing time (about 4 days for Linux on our build server) and of course improve query performance.
@cxw42 , that's a question for you... I kinda recall that you already talked about testing, but that would be useful to document such testing somewhere. I'll update README.md accordingly.
Cheers,
Michael.
Any ideas to test the performance of Elixir queries through various filesystems (ext4, btrfs, f2fs...) and through various database layouts (Btree, Hash, etc)?
I've got a laptop setup for such testing, and I wonder how we can use the existing test infrastructure for such performance testing, like running 1,000 queries in a row.
I'll test indexing performance too, but that's quite trivial ("time ./update.py").
The end goal is to reduce indexing time (about 4 days for Linux on our build server) and of course improve query performance.
@cxw42 , that's a question for you... I kinda recall that you already talked about testing, but that would be useful to document such testing somewhere. I'll update README.md accordingly.
Cheers,
Michael.