Re: Sorting Tuples - Mailing list pgsql-novice

From Manolo
Subject Re: Sorting Tuples
Date
Msg-id 1205415601.7680.19.camel@localhost.localdomain
Whole thread Raw
In response to Re: Sorting Tuples  ("Sean Davis" <sdavis2@mail.nih.gov>)
List pgsql-novice

> I can think of a couple of answers:
>
> 1) test your sorting routine on smaller data sets

How smaller? Remember that I have got a 1GB RAM... and even if I run it
on a smaller RAM machine... that would mean checking MBs of tuples
anyway... I don't think checking manually tuples one by one would be a
good choice in my case.

> 2) have an external program verify the sort result on larger sets

Do you have one?

> The bigger question is what you hope to accomplish. In other words,
> what about postgresql sorting doesn't work for you?

I suppose that the current postgresql sorting module works. As I said
I'm just creating a patch to get better (faster, more efficient) the
actual sorting module.
>
> Sean

Thank you Sean!


pgsql-novice by date:

Previous
From: Manolo
Date:
Subject: Re: Sorting Tuples
Next
From: Manolo
Date:
Subject: Re: Sorting Tuples