| From: | Christian Saldarini <cristian(at)gemini(dot)como(dot)polimi(dot)it> |
|---|---|
| To: | PSQL <pgsql-interfaces(at)postgreSQL(dot)org> |
| Subject: | need information about storing methods |
| Date: | 1998-11-10 13:40:01 |
| Message-ID: | 36484231.3690A878@gemini.como.polimi.it |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
Hi,
I'm nowadays tryng to use postgresql to store geographical data to use
them with a gis program (GRASS).
The coordinates of each point are stored in a field that is a
point-type.
Anyone can tell me if postgress uses, for this kind of data, a storing
method like HHCODE, poin-quad-trees (or anything better) , or it stores
point-data like anything else?
A query like this one:
" SELECT coordinates FROM table WHERE coordinates @ '((1,1),1)'::circle
"
is executed like anything else, processing evry tuple in the table ?
If so, anyone knows how to implement a more complex storing method?
Thanks to all,
Christian Saldarini
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 1998-11-10 14:52:55 | Re: [INTERFACES] PGAccess Question |
| Previous Message | Richard Reyes | 1998-11-10 03:04:41 | PGAccess Question |