R
Rob Fitzpatrick
Guest
> Can someone tell me the way to flush my database buffer pools on a Progress database? By "flushing" I assume you mean emptying. (Flushing typically refers to writing the contents of modified buffers to disk, but leaving the contents in the buffer.) There is no way to do this as far as I am aware, without restarting the DB. In this case -B/-B2 is empty but your data may still be cached in OS file system buffers, SAN cache, disk cache, etc. Have you tried increasing the size of -B? Do you have enough available RAM to do that?
Continue reading...
Continue reading...