rinvex / laravel-attributes

⚠️ [ABANDONED] Rinvex Attributable is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
MIT License
434 stars 104 forks source link

Adding indexes for attribute values #131

Closed simonworkhouse closed 3 years ago

simonworkhouse commented 4 years ago

This pull request adds indexes for each of the attribute value tables and the performance improvement is noticeable when using a large number attributes and entities.

I have not fully tested the performance improvement of the single column indexes for the content field, but it may be helpful when searching for attributes with specific values.

A commit to address issues with the tests not running has also been included, but this can be split out if preferred.