Skip to content

Persist Query Condition Cache Entry to internal table #24

Description

@peterxcli

As we use newly introduced object lru cache to manage the condition cache entry in duckdb v1.5, we can no longer scan through the cache entries, instead, we need a non-evictable inverted index for efficient lookup.
but it is just a workaround for now, after we introduce the internal extension table for persistence entry, we can use a unify cache store and different cache key prefix to manage.

relate to: #23

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