diff --git a/src/docs/contributor/database.diviner b/src/docs/contributor/database.diviner --- a/src/docs/contributor/database.diviner +++ b/src/docs/contributor/database.diviner @@ -8,12 +8,7 @@ =============== Phabricator uses MySQL or another MySQL-compatible database (like MariaDB -or Amazon RDS). - -Phabricator uses the InnoDB table engine. The only exception is the -`search_documentfield` table which uses MyISAM because MySQL doesn't support -fulltext search in InnoDB (recent versions do, but we haven't added support -yet). +or Amazon RDS). Phabricator uses the InnoDB table engine. We are unlikely to ever support other incompatible databases like PostgreSQL or SQLite.