| От | Chris |
|---|---|
| Тема | Re: Slow performance on Windows .NET and OleDb |
| Дата | |
| Msg-id | 442A3447.9060304@gmail.com обсуждение исходный текст |
| Ответ на | Re: Slow performance on Windows .NET and OleDb (Ruben Rubio Rey <ruben@rentalia.com>) |
| Список | pgsql-performance |
Ruben Rubio Rey wrote: > Greg Quinn wrote: > >> The query is, >> >> select * from users >> >> which returns 4 varchar fields, there is no where clause >> >> Yes, I am running the default postgres config. Basically I have been a >> MySQL user and thought I would like to check out PostGreSql. So I did >> a quick performance test. The performance was so different that I >> thought PostGreSQL was nothing compared to MySQL, but now it seems its >> just a few configuration options. Strange how the defult config would >> be so slow... > - Do u have any indexes? Remove it. To get all rows you do not need it I wouldn't do that. Postgres needs indexing just like any other database. It might affect this query but it's not going to help other queries. -- Postgresql & php tutorials http://www.designmagick.com/
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера