| От | Jochem van Dieten |
|---|---|
| Тема | Re: slow queries on large syslog table |
| Дата | |
| Msg-id | 3C194A91.8000309@oli.tudelft.nl обсуждение исходный текст |
| Ответ на | slow queries on large syslog table ("colm ennis" <colm.ennis@eircom.net>) |
| Список | pgsql-general |
colm ennis wrote: > > im using a postgresql db to store cisco syslogs which are pumped in by > msyslog. > > my postgresql is version 7.1.3, is running on freebsd 4.3 and is the > standard ports install. > > my tables are : > create table syslog_table (stimestamp timestamp,shostid integer,sciscomsgid > integer, smsg text); > create table ciscomsg_table (sciscomsgid serial,sciscomsg varchar(128)); > create table host_table (shostid serial,shost varchar(128)); > > ive created a trigger on insertion to syslog_table which extracts ciscomsg, > and updates the other two tables. So what is in the smsg field if the ciscomsg is extracted by the trigger and placed in a separate table? Something so big you really need a text field? Jochem
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера