Skip to content

Create a DatabasePerformanceTest that compares indexed vs non indexed query #8

@jwillp

Description

@jwillp

Querying indexed data should be faster than non-indexed data, to prove that, we'd need to create a test that would create a table with two columns one indexed and one non-indexed.
Both columns would hold the same values for a big number of records.
The test would assert that the query to find one or multiple records should be faster than
on indexed column than on non-indexed columns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions