Skip to content

Commit

Permalink
Merge pull request #488 from permitio/filipermit/facts-db-review
Browse files Browse the repository at this point in the history
FactDB last changes
  • Loading branch information
filipermit authored Jan 13, 2025
2 parents 7bf3118 + a9091bf commit fc4baa2
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit fc4baa2

Please sign in to comment.