Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: faster timestamp queries #479

Merged
merged 6 commits into from
Feb 27, 2024
Merged

Commits on Feb 5, 2024

  1. fix: postgres timestamp casting should include timezone

    Signed-off-by: Clément Salaün <salaun.clement@gmail.com>
    altitude committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    905dfcd View commit details
    Browse the repository at this point in the history
  2. fix:

    fix: test
    
    Signed-off-by: Clément Salaün <salaun.clement@gmail.com>
    altitude committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ebd4f1d View commit details
    Browse the repository at this point in the history
  3. feat: faster endtime based queries

    Signed-off-by: Clément Salaün <salaun.clement@gmail.com>
    altitude committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    57721be View commit details
    Browse the repository at this point in the history
  4. feat: add temporal index on transactions

    Signed-off-by: Clément Salaün <salaun.clement@gmail.com>
    altitude committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4f4f849 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. fix: enable optimisation only when pageSize is one

    Signed-off-by: Clément Salaün <salaun.clement@gmail.com>
    altitude committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1551d38 View commit details
    Browse the repository at this point in the history
  2. fix: apply optimized filter only for postgres

    Signed-off-by: Clément Salaün <salaun.clement@gmail.com>
    altitude committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e41aded View commit details
    Browse the repository at this point in the history