Re: Performance of INSERT into temporary tables using psqlODBC driver

Поиск
Список
Период
Сортировка
От Sergei Kornilov
Тема Re: Performance of INSERT into temporary tables using psqlODBC driver
Дата
Msg-id 32611151536479127@iva1-16f33c6a446b.qloud-c.yandex.net
обсуждение исходный текст
Ответ на Re: Performance of INSERT into temporary tables using psqlODBCdriver  (padusuma <venkata.adusumalli@gmail.com>)
Ответы Re: Performance of INSERT into temporary tables using psqlODBCdriver  (padusuma <venkata.adusumalli@gmail.com>)
Список pgsql-performance
Hello

> The data to be inserted into temporary tables is obtained from one or more
> queries run earlier and the data is available as a vector of strings.
You can not use "insert into temp_table select /*anything you wish*/" statement?
Or even insert .. select ... returning if you need receive data to application?

> If I need to use COPY FROM command, then the application would need to create a
> file with the data to be inserted
You can not using "copy from stdin" statement?

regards, Sergei


В списке pgsql-performance по дате отправления:

Предыдущее
От: padusuma
Дата:
Сообщение: Re: Performance of INSERT into temporary tables using psqlODBCdriver
Следующее
От: padusuma
Дата:
Сообщение: Re: Performance of INSERT into temporary tables using psqlODBCdriver