Files
postgres-web/tools/docs
Magnus Hagander c028ce47ea Load docs using COPY instead of INSERT
Issuing individual INSERTs for each line in the docs works decently when
local, but it slow when loading across The Tubes Of The Internet.
Switching to using COPY takes the load time from the buildfarm animal
from just over 2 minutes to about 6-7 seconds.
2019-02-22 16:39:41 +01:00
..