Re: Tuple concurrency issue in large objects
От
Tom Lane
Тема
Re: Tuple concurrency issue in large objects
Дата
Msg-id
5126.1576685560@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
Tuple concurrency issue in large objects Shalini <shalini@saralweb.com>
Re: Tuple concurrency issue in large objects Rene Romero Benavides <rene.romero.b@gmail.com>
Re: Tuple concurrency issue in large objects Shalini <shalini@saralweb.com>
Re: Tuple concurrency issue in large objects "Daniel Verite" <daniel@manitou-mail.org>
Justin writes: > I have a question reading through this email chain. Does Large Objects > table using these functions work like normal MVCC where there can be two > versions of a large object in pg_largeobject . Yes, otherwise you could never roll back a transaction that'd modified a large object. > My gut says no as > moving/copying potentially 4 TB of data would kill any IO. Well, it's done on a per-chunk basis (normally about 2K per chunk), so you won't do that much I/O unless you're changing all of a 4TB object. regards, tom lane
В списке pgsql-general по дате отправления