|
|
|
|
|
by simonw
579 days ago
|
|
They /tmp file mechanism sounds like a bit of a hack, is that definitely necessary? It may be possible to create a SQLite in-memory database instead and then load the binary blob data into it using the backup API or some kind of trick with VACUUM INTO. |
|
https://www.postgresql.org/docs/17/xtypes.html#XTYPES-TOAST
https://github.com/postgres/postgres/blob/master/src/include...