<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Arial, sans-serif" size="2">
<div>Hi I find it slow to select objects in the PostgreSQL/PostGIS db</div>
<div>I'm using windows XP, postgreSQL 8.3.7</div>
<div> </div>
<div>I have a table "map" with the columns:</div>
<div>mapid: small int</div>
<div>scale: small int</div>
<div>rectangle: geometry</div>
<div>binary_field: bytea</div>
<div> </div>
<div>The database concist of 81 "map" rows, where the binary has a avarage size of 80kb. </div>
<div> </div>
<div>"SELECT * FROM map" takes about 3 seconds, while </div>
<div>"SELECT mapid, scale from map" takes about 14 milliseconds </div>
<div> </div>
<div>Total size = 80 x 81k = 6,3 mb ( I don' t know, perhaps 3 sec isn' t slow )</div>
<div> </div>
<div>Is there a way to speed this up?</div>
<div>I've tried to increase shared_buffers, and effective_cash_size.</div>
<div> </div>
<div>Kind regards,</div>
<div>Paul</div>
<div> </div>
</font>
</body>
</html>