FilamentF
Filament3y ago
core

Pros and Cons for Translations DB schema: json vs dedicated tables

I need to decide on my DB schema, I have a DB with multiple pivots and a lot of eager loading using with(),
I know json can complicate the queries and add performance overhead. How significant is it? Looking into spatie/laravel-translatable and astrotomic/laravel-translatable. And is there a a package for the latter?
Was this page helpful?