Postgres, JSON and TOAST #database

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

This pointer and external page are also created when your row size exceeds the page size. Does this mean that there isn't a special case for JSON, and it's just the consequence of how large rows are handled?

chris-pee
Автор

Does it mean that LOBs and JSONs are stored differently in Postgres?

fgceifm
Автор

Without any research I thought it was just stringified. So json in postgres isn’t just stringified but is actually another table internally?

williamx
Автор

Very relevant nuance, and well explained!

Ish
Автор

this pointer is like a memory offset in a page

nageshbs
Автор

What if the size of the page is higher so that it can accommodate the JSON within the page, does it still create a external page?

karteekgodavarthi
Автор

it means json column cannot be indexed?

pankajkumar-ilsi
Автор

Is this short part of big video? If yes can you share the video

deekayjindal
Автор

This way of technic affect design of data model

mohamedr