Projects:Support Partial Indexes
Introduction
This project aims to add the support for creating indexes that will provide performance improvements in terms of disk space and cost of insert operations. This type of indexes are called partial indexes and they represent a solution to some performance problems on nullable columns that represents a foreign key and also have a high ratio of null values.
- Tracking issue: https://issues.openbravo.com/view.php?id=32211