]> git.ktnx.net Git - mpd-feeder.git/commitdiff
rework DB update using COPY and a PostgreSQL function for maximum speed
authorDamyan Ivanov <dmn@debian.org>
Mon, 15 Nov 2021 06:12:09 +0000 (06:12 +0000)
committerDamyan Ivanov <dmn@debian.org>
Mon, 15 Nov 2021 06:12:09 +0000 (06:12 +0000)
COPY is the most effective data loading mechanism, and using a function
reduces the number of requests to just one


No differences found