chapeldev / cdo

Chapel Data Object
Apache License 2.0
10 stars 6 forks source link

Look into parallel insert #15

Open buddha314 opened 6 years ago

buddha314 commented 6 years ago

Perhaps there is a way to send a large batch in multiple threads. I saw some mentions on this

https://bytes.com/topic/python/answers/728130-parallel-insert-postgresql-thread

https://stackoverflow.com/questions/18062419/postgresql-insert-rules-for-parallel-transactions

https://bytes.com/topic/postgresql/answers/174914-mvcc-massively-parallel-inserts

I'm not sure how far we could take this.