Skip to content

Feature request: Support for PostgreSQL #745

@paales

Description

@paales

In the light of the new Postgres 9.4 features: indexed JSONB, wouldn't it be awesome if Magento supported it.

  • JSONB (brought into mainline in 9.4) -> Ideal replacement for flat tables, performance is on par (or better) than MongoDB.
  • Flexible full-text search (brought into mainline in 8.2) -> Ideal for a simple search when SOLR is too much
  • Multiple replication options to suit your environment and requirements
  • Uses multi-version concurrency control, so concurrent performance rocks
  • Fully ACID compliant (innodb is as well)
  • Well-documented
  • Strong access-control framework
  • Materialized Views

There are probably a 1000 more features that I can't think of, but I think you get the point. I understand Magento would like to support MySQL as well because it is more entry level and Magento has some abstract resource methods which should support other databases, but in practice Magento currently only supports MySQL. Better official support and feature integration would be awesome.

Metadata

Metadata

Assignees

Labels

Issue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentfeature request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions