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

indexeddb.get(open_revs): don't re-fetch docs #8801

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 19, 2023

  1. indexeddb.get(open_revs): don't re-fetch docs

    This significantly improves performance when replicating a local PouchDB with
    conflicted docs.
    
    However, it may not be a common-enough scenario to deserve the extra complexity.
    alxndrsn committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f55b7d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Add new perf tests

    alxndrsn committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7d9eac9 View commit details
    Browse the repository at this point in the history
  2. add missing rev() fn

    alxndrsn committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    0d437a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. revert irrelevant change

    alxndrsn committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    7d940a1 View commit details
    Browse the repository at this point in the history
  2. remove console.log()

    alxndrsn committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    8bd8189 View commit details
    Browse the repository at this point in the history