|
|
|
|
|
by naranha
2910 days ago
|
|
> Then there are client-side joins. AKA what you are doing when writing your SPAs with their own state management. Server-side joins rarely make sense in that context. For reporting/analytics.. yes. But these can be delegated to external system/databases optimized for that task. With elasticsearch for example you get very far very quickly without the need to write any SQL joins. |
|