Charly Batista
Charly Batista
> But when using a pool, pipeline would get distributed among all the clients. In some cases you might want to execute it on the same client instance so other...
> Saving network tripes can provide significant gain perfs, see comments and benckmark https://github.com/brianc/node-postgres/pull/2706 (nodejs implementation but the saving of network trips would be the same I assume) I have...
Example adding a new column: `pt-online-schema-change --set-vars=foreign_key_checks=0 \ --plugin=/PATH/TO/ptosc_plugin_rename_fk.pl \ --execute \ --alter="add column MY_NEW_COLUMN varchar(200) not null default ''" \ -h -P -u -p \ D=,t=` Can alternatively use...