summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2018-08-31 07:26:56 +0000
committerfox <[email protected]>2018-08-31 07:26:56 +0000
commit3be2bc19312a6aeedfd7de925f9c4869df5938c4 (patch)
treec3ee194ecb9ab593132ac67bcd7daf95f9058fcd
parentaef75463098559bc5721070436af10d9d752c53d (diff)
Update page 'FAQ'
-rw-r--r--FAQ.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 20a40cc..64969e0 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -21,7 +21,11 @@ If that is too much effort you will have to enter your login and password again
#### What should I use - MySQL or PostgreSQL?
-PostgreSQL should give you much better performance, especially if you tune it a bit.
+In general, tt-rss is written with PostgreSQL in mind. While MySQL backend is maintained and supported, some optional
+features (like fast full-text search) or plugins may be PostgreSQL-exclusive. Postgres should also give you
+much better performance, especially if you tune it a bit.
+
+TLDR: use PostgreSQL if you can, otherwise use MySQL. In the end, tt-rss is completely functional on both databases.
#### I need an URL I can call to subscribe to feed to integrate with some third party browser extension/application.