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

FactDB last changes #488

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/concepts/pdp/factdb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import CodeBlock from "../../../src/components/code-block/CodeBlock";

**FactDB is an embedded datastore** built to **handle massive data volumes** within the [PDP](/concepts/pdp/overview), making it
the default choice for all new Permit customers. Designed specifically for scalability, FactDB overcomes the limitations of
traditional solutions like OPAL and OPA, which cannot efficiently manage the enormous datasets required by large
organizations with **tens of millions of users**.
traditional solutions like OPA, whose native data handling struggles with large datasets required by organizations with **tens
of millions of users**.

To achieve this, FactDB uses an embedded SQLite database stored directly in the PDP. During a permission check, it identifies
the user and resource involved, queries the SQLite database to extract a targeted slice of relevant data, and sends this
Expand Down