Hi all,
I understand you're removing supporto for POSTGRESQL in 4.4, so I understand you will support only MySQL.
I was wondering if you're going to support native functionalities of MYSQL that could simplify Drupal development.
I'm thinking of:
- Autoincrement fields, that could avoid using and maintaining sequences
- FULLTEXT indexing, that could provide native support of fulltext search, avoiding creation and update of search_index table

Especially for the second point, I was wondering to try FULLTEXT indexing and write a module that could filter by node type, taxonomy terms and fulltext search...

What is your opinion ??
Matteo

Comments

Dries’s picture

We are not removing PostgreSQL support and continue to aim for ANSI SQL compliance.