statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
108 stars 76 forks source link

Use `jsonb` data type for PostgreSQL to increase perfomance #82

Closed helloiamlukas closed 1 year ago

helloiamlukas commented 2 years ago

To improve perfomance for Postgres databases, the json columns can use the jsonb data type.

This is will reduce responsetimes drastically when dealing with large datasets.

what-the-diff[bot] commented 2 years ago
helloiamlukas commented 2 years ago

Yes, you are right. I removed them now. Thanks for the hint!