CartoDB / cartodb-postgresql

PostgreSQL extension for CartoDB
BSD 3-Clause "New" or "Revised" License
111 stars 52 forks source link

Sync tables without using temporary hash tables #365

Closed jgoizueta closed 5 years ago

jgoizueta commented 5 years ago

Avoid the usage of the tmp tables. Performance seems similar. Should be thoroughly tested.