Re: [HACKERS] Postgres delays function returning large set of data

2009-06-05 Thread flippo00110001
Pavel Stehule wrote: > > Hello > > can you send source code? There are two types of C SRF functions. One > returns row ro by row, second store returned rows and returns block. > What did you use? > I had originally used the style that returns row by row, but after reading the page i created a

[HACKERS] Postgres delays function returning large set of data

2009-06-03 Thread flippo00110001
Hello, First some background: For my application I need to collect and retrieve data at a very fast rate, faster than postgres can produce, but I also have the need to store and access a large range of metadata about the large sets of data I am storing. I am therefore attempting to use postgres