Hi, I need to insert about 2000-10000 records into a database. I`m using Python to do this. Is there a way to use some form of bulk copy that will do this faster than plain-old insert for each and every record? Thomas
* Thomas Weholt <Thomas@cintra.no> [000602 01:45] wrote: > Hi, > > I need to insert about 2000-10000 records into a database. I`m using Python > to do this. Is there a way to use some form of bulk copy that will do this > faster than plain-old insert for each and every record? I don't know if there's python bindings for it, but you may want to look to at the COPY stuff in the manuals, it's helped me quite a bit. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk."
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера