Re: [ADMIN] Urgent help need on French language.

2002-12-31 Thread JX
Le Tue, 31 Dec 2002 14:47:42 +0530 "Somasekhar Bangalore" <[EMAIL PROTECTED]> me disait que : > Hi, > > I have a postgres database running linux platform.The database has been > enabled for multibyte support -works fine for Japanese,Spanish,German. But > when it comes to French..i am able to inse

[ADMIN] index keeps on growing

2002-06-21 Thread JX
Hello all, I've a hard working pgsql db running on 7/7x365 server. Each night (when activity is less intensive) I run vacuum and vacuum analyze on tables where principal activity is performed. Tables are cleaned (files sizes are decreasing), but indices files keeps on growing in si

[ADMIN] index keeps on growing

2002-06-19 Thread JX
Hello all, I've a hard working pgsql db running on 7/7x365 server. Each night (when activity is less intensive) I run vacuum and vacuum analyze on tables where principal activity is performed. Tables are cleaned (files sizes are decreasing), but indices files keeps on growing in

[ADMIN] Index file size keeps on growing.....

2002-05-23 Thread JX
Hi all, I'm in front of a real problem (from my point of view). I have some tables with a lot of update insert and delete (24/7). These tables have multiples indexes. Major part of Insert commands are performed as bulk at 00:00:00. I'm doing Vaccum and then a vacuum analyze to clean tables

[ADMIN] Timestamps and performances problems

2002-04-15 Thread JX
Hello all. I've a performance problem on specific requests : When I use timestamps + interval in where clauses, query performance is slowed down by a factor of 20 or 30 For exemple : select timestamp,value from measure where timestamp(now() - '1 hour'::interval)

[ADMIN] Timestamps and performance problems on queries.

2002-04-15 Thread JX
Hello all. I've a performance problem on specific requests : When I use timestamps + interval in where clauses, query performance is slowed down by a factor of 20 or 30 For exemple : select timestamp,value from measure where timestamp(now() - '1 hour'::interval)

Re: [ADMIN] Timestamps and performances problems

2002-04-10 Thread JX
Le Wed, 10 Apr 2002 09:27:09 -0400 "Dan Langille" <[EMAIL PROTECTED]> me disait que : > On 10 Apr 2002 at 9:13, JX wrote: > > > Le Wed, 10 Apr 2002 09:06:55 -0400 > > "Dan Langille" <[EMAIL PROTECTED]> me disait que : > &g

[ADMIN] Timestamps and performances problems

2002-04-10 Thread JX
Hello all. I've a performance problem on specific requests : When I use timestamps + interval in where clauses, query performance is slowed down by a factor of 20 or 30 For exemple : select timestamp,value from measure where timestamp(now() - '1 hour'::interval

[ADMIN] mirorring databases with small time gaps

2002-02-25 Thread JX
Hi all pg admins, here is the problem we're encountering now. We've got a pgsql database server, logging informations (such as alarms, week-events and so on) for a measure system. This database is mainly fed by a collect daemon which inserts/update values in tables and generate