Skip to content

How to test database performance? #109

Description

@michaelopdenacker

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions