Re: I'd like to discuss scaleout at PGCon
От
MauMau
Тема
Re: I'd like to discuss scaleout at PGCon
Дата
Msg-id
BD931CB77B514BC6AEFEA85C82469A6A@tunaPC
Ответ на
Re: I'd like to discuss scaleout at PGCon (Alvaro Herrera)
Список
Дерево обсуждения
I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Robert Haas <robertmhaas@gmail.com>
Re: I'd like to discuss scaleout at PGCon Merlin Moncure <mmoncure@gmail.com>
Re: I'd like to discuss scaleout at PGCon Bruce Momjian <bruce@momjian.us>
Re: I'd like to discuss scaleout at PGCon Merlin Moncure <mmoncure@gmail.com>
Re: I'd like to discuss scaleout at PGCon Bruce Momjian <bruce@momjian.us>
Re: I'd like to discuss scaleout at PGCon Haribabu Kommi <kommi.haribabu@gmail.com>
Re: I'd like to discuss scaleout at PGCon Bruce Momjian <bruce@momjian.us>
RE: I'd like to discuss scaleout at PGCon "tsunakawa.takay@fujitsu.com" <tsunakawa.takay@fujitsu.com>
Re: I'd like to discuss scaleout at PGCon "Joshua D. Drake" <jd@commandprompt.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Konstantin Knizhnik <k.knizhnik@postgrespro.ru>
RE: I'd like to discuss scaleout at PGCon "Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>
Re: I'd like to discuss scaleout at PGCon Pavel Stehule <pavel.stehule@gmail.com>
Re: I'd like to discuss scaleout at PGCon MauMau <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Robert Haas <robertmhaas@gmail.com>
Re: I'd like to discuss scaleout at PGCon MauMau <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon Tom Lane <tgl@sss.pgh.pa.us>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon Alvaro Herrera <alvherre@2ndquadrant.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon Michael Paquier <michael@paquier.xyz>
RE: I'd like to discuss scaleout at PGCon "Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Simon Riggs <simon@2ndquadrant.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Simon Riggs <simon@2ndquadrant.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon Simon Riggs <simon@2ndquadrant.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon Simon Riggs <simon@2ndquadrant.com>
Re: I'd like to discuss scaleout at PGCon Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Michael Paquier <michael@paquier.xyz>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
Re: I'd like to discuss scaleout at PGCon Simon Riggs <simon@2ndquadrant.com>
Re: I'd like to discuss scaleout at PGCon "MauMau" <maumau307@gmail.com>
From: Alvaro Herrera > Maybe an easy (hah) thing to do is use 2PC for DDL, agree on a OID > that's free on every node, then create the object in all servers at the > same time. We currently use the system-wide OID generator to assign the > OID, but seems an easy thing to change (much harder is to prevent > concurrent creation of objects using the arranged OID; maybe can reuse > speculative tokens in btrees for this). Would it mean that DDL execution requires all (primary) nodes to be running? I don't say it's an immediate problem yet, but FYI, Oracle Sharding records all DDL statements and re-send them to the down nodes later. > Doing this imposes a cost at > DDL-execution-time only, which seems much better than imposing the cost > of translating name to OID on every server for every query. Agreed. Regards MauMau
В списке pgsql-hackers по дате отправления