Thread: Buffers and query's
<blockquote dir="ltr" style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"><div style="FONT: 10pt arial">Hi<br />I want do somethingthat can seem a little bit strange: I'm doing a project and I don't want that the executing plan was known by thesistem.<br />I've got many different query's and some of them are nearly similar. I have to know how many time it takesto postgresql to do my project.<br /><br />I've been looking for something similar to: <font size="2"><strong>altersystem flush shared_pool, </strong>used in Oracle system, but i haven't found nothing.<br /><br />Doesanybody have any idea to do this?<br /><br />yours<br /><br />Cris..<br /></font></div></blockquote>
Hi another time,
I think the thing could be reset shared buffers, but I don't know how to do it.
yours
Cris..
----- Original Message -----From: CrisTo: PostgreSQL JDBCSent: Sunday, May 11, 2003 10:31 PMSubject: [JDBC] Buffers and query'sHi
I want do something that can seem a little bit strange: I'm doing a project and I don't want that the executing plan was known by the sistem.
I've got many different query's and some of them are nearly similar. I have to know how many time it takes to postgresql to do my project.
I've been looking for something similar to: alter system flush shared_pool, used in Oracle system, but i haven't found nothing.
Does anybody have any idea to do this?
yours
Cris..
Cris, If I understand you correctly, I don't think you need to do anything. The postgres jdbc driver doesn't cause any query plans to be cached. So there is nothing to flush (unless you are using server side prepared statements by calling PGStatement.setUserServerPrepare()). thanks, --Barry Cris wrote: > Hi > I want do something that can seem a little bit strange: I'm doing a > project and I don't want that the executing plan was known by the > sistem. > I've got many different query's and some of them are nearly similar. > I have to know how many time it takes to postgresql to do my project. > > I've been looking for something similar to: *alter system flush > shared_pool, *used in Oracle system, but i haven't found nothing. > > Does anybody have any idea to do this? > > yours > > Cris.. >