Skip to content

Commit

Permalink
Clear up FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
manishrjain committed May 3, 2018
1 parent 6811a67 commit 5b93fb4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wiki/content/faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ If you're running more than five tables in a traditional relational database man
While we absolutely believe in Dgraph it's important to remember it's still young. At this stage it's ideal for internal non-user facing projects as well as for projects that you've found impossible to realize in the past due to the complexity and computational cost imposed by classic table driven systems, endless joins, or the seemingly inescapable ''curse of dimensionality''.

### Why would I not use Dgraph?
If you're looking for a stable, mature database, Dgraph wouldn't be the right fit for you. It is at an early stage, where a lot of functionality is still being worked on, and releases might not be backward compatible.

Another thing is, if your data doesn't have graph structure, i.e., there's only one predicate, then any graph database might not be a good fit for you. A NoSQL datastore is best for key-value type storage.
If your data doesn't have graph structure, i.e., there's only one predicate, then any graph database might not be a good fit for you. A NoSQL datastore is best for key-value type storage.

### Is Dgraph production ready?
We recommend Dgraph to be used in production at companies. Minor releases at this stage might not be backward compatible; so we highly recommend using [frequent exports](/deploy#export).
Expand Down

0 comments on commit 5b93fb4

Please sign in to comment.