Skip to content

Commit

Permalink
docs: add all-in-one description for TiDB
Browse files Browse the repository at this point in the history
  • Loading branch information
TiDB-hackathon2023 committed Sep 4, 2024
1 parent 729987b commit ceaf115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/pages/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ export function FAQBox({ title, children }) {

<FAQBox title="Why use TiDB which is a MySQL compatible database to store Knowledge Graph?">
- TiDB is a distributed MySQL SQL database, it's easy to scale out and has a good performance;
- TiDB is a multi-model database, it supports MySQL SQL, JSON, Vector, and more;
- TiDB is a multi-model and all-in-one database, it supports MySQL SQL, JSON, Vector, and more, which can replace multiple databases;
- The performance of TiDB is enough to store and query the Knowledge Graph, as we just search the first-level or second-level neighbors of the node.
</FAQBox>

0 comments on commit ceaf115

Please sign in to comment.