Re: [ADMIN] Redo record at high number

2001-10-10 Thread Mikheev, Vadim
> We have noticed this line in our server log: > > Redo record at (5, 4209179252); Undo record at (0, 0); Shutdown TRUE > > That second number seems awfully high; should this give us cause for > concern? You'll see (6, ) soon. Vadim ---(end of broadcast)---

Re: [ADMIN] Redo record at high number

2001-10-10 Thread Mikheev, Vadim
> > We have noticed this line in our server log: > > Redo record at (5, 4209179252); Undo record at (0, 0); Shutdown TRUE > > > That second number seems awfully high; should this give us cause for > > concern? > > Looks fishy to me too --- the offset shouldn't exceed 24 bits AFAIR. > Vadim, what

Re: [ADMIN] Another WAL question

2001-09-14 Thread Mikheev, Vadim
> In 7.1.3 and 7.2, there are only 2-3 WAL files kept because > there is no need to keep them after a checkpoint. Is there > any need to have these WAL config paramaters anymore? I missed what's you propose to remove. Vadim ---(end of broadcast)--

Re: [ADMIN] Another WAL question

2001-09-14 Thread Mikheev, Vadim
> > > In 7.1.3 and 7.2, there are only 2-3 WAL files kept because > > > there is no need to keep them after a checkpoint. Is there > > > any need to have these WAL config paramaters anymore? > > > > I missed what's you propose to remove. > > I am not proposing to remove anything. I just want to

RE: [ADMIN] 7.1 performance

2001-04-27 Thread Mikheev, Vadim
> i just upgraded my database system from 7.0.3 to 7.1 ... i > did a dumpall and psql -f dump.sql to the new db. the data > is in place correctly and its running fine. but as soon as > i put the connections back on to the db the load raised to > 6. prior to the upgrade the system load was an 0.3 .

RE: [ADMIN] Re: PostgreSQL; Strange error

2001-03-20 Thread Mikheev, Vadim
> >> Warning: PostgreSQL query failed: FATAL 1: my bits moved > >> right off the end of the world! Recreate index > >> pg_attribute_relid_attnum_index. > > This is an internal "can't happen" failure condition, > presumably arising from some weird corner-case bug in btree > index manipulation. W

[HACKERS] RE: [ADMIN] Re: PostgreSQL; Strange error

2001-03-20 Thread Mikheev, Vadim
> Hmm ... so you think the people who have complained of this are all > working with databases that have suffered previous crash corruption? > I doubt it. There's too much consistency to the reports: in > particular, it's generally triggered by creation of lots of large > objects, and it's always

RE: [ADMIN] SOS !!: Porstgress forgot all ! Help !

2001-02-12 Thread Mikheev, Vadim
> when i do a vacuum, i see in debug message that my datas are > there (1800 tuples etc...) > > when i do a select..0 rows ! Try to reindex database. Vadim

RE: [ADMIN] SOS !!: Porstgress forgot all ! Help !

2001-02-12 Thread Mikheev, Vadim
> I tried, but nothing has changed ! > > The strangest is I have a database which was not accessed > sinc several days and even this one does not function > > in pg_class, I see for exemple that one on my table has > ntuples=1800 but I can't access it... Oh, so you're able to select from

RE: [ADMIN] How to set checkpoints

2001-01-14 Thread Mikheev, Vadim
> I've searched the documentation and the mailing lists archive but I'm > unable to find info on setting checkpoints and performing roll-forward > operations with the transaction log. I'd appreciate it if > someone could point me to the right docs. WAL stuff is not documented yet. Anyway you sho

RE: [ADMIN] v7.1 & WAL

2001-01-14 Thread Mikheev, Vadim
> The 7.1 Release notes include the statement re WAL below. > > "Write-ahead Log (WAL) > To maintain database consistency in case of an operating system crash, > previous releases of PostgreSQL have forced all data modifications to > disk before each transaction commit. With WAL, only one log fil