8000 Local page caching · Issue #3 · danthegoodman1/gRPSQLite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Local page caching #3
Open
Open
@danthegoodman1

Description

@danthegoodman1

A client should be able to locally cache pages, and submit the hash of the locally cached page with a read request.

If the hash matches what the server has, it can return an empty data array to indicate "you have the same data as I do, read the local data".

This should generally improve read performance, but we will need to store checksums locally (can be in-memory).

We'll also have to submit the checksums of the data on each write (then the server doesn't have to implement it).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0