[18:02] Good idea, maybe even do both [19:30] nah, actually there's little likelihood of much benefit [19:30] clustering is only effective if you return many results at a time, so you cluster to reduce disk seeks while constructing large result sets [19:31] Oh [19:31] I didn't research how postgres actually stores the data. I know about toast and how the indexes work, but not the actualy data stuff or any of the MVCC stuff [19:33] yeah [19:34] I'm looking into clustering my db, since I serve out 30-40 results at once on many queries [19:34] On what index are you clustering them? Country? City? Last name? [19:35] city and name, I think. [19:35] I have to get my city refs sorted out first though