turicas/rows

pgimport enhancements

開放

#353 建立於 2020年7月19日

 (0 則留言) (0 個反應) (0 位負責人)Python (136 個分叉)github user discovery
enhancementhelp wantedplugin

倉庫指標

星標
 (886 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

  • It's very useful to run VACUUM ANALYZE tablename; just after importing data, so we could have an option on pgimport to do it (function and CLI).
  • The performance of pgimport could be better if vacuum for the imported table is disabled before import (ALTER TABLE tablename SET (autovacuum_enabled = off);) and then (after import) re-enabled. This could be the default behaviour but may be an option to disable it (could be useful in cases where we're importing data into an existing table).

貢獻者指南