|
|
|
|
|
by vkjv
3991 days ago
|
|
I am a postgresql novice, but I've used the JSON serialization and it is indeed fast. But, here's my question: When you do a 1-to-many join and return the same fields very many times, do the binary drivers optimize that or is it return many times? With JSON serialization (or serializing to arrays), you only get the one row. |
|