Storing every scrabble board possible - Mailing list pgsql-general

From Jim C. Nasby
Subject Storing every scrabble board possible
Date
Msg-id 20041122155858.GC16319@decibel.org
Whole thread Raw
List pgsql-general
Here's an interesting discussing about storing every possible scrabble
board: http://www.livejournal.com/users/stenz/117914.html Note that
PostgreSQL ends up being 12x larger than a theoretical custom storage
format, which isn't too bad considering the gymnastics going on in the
custom storage format. Also note the author's original brute-force
method is 5x larger than an improved method using PostgreSQL.

So, is anyone currently running a PostgreSQL database that's 6TB and
150B rows?
--
Jim C. Nasby, Database Consultant               decibel@decibel.org
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Wrong string length from unicode database in Borland's app
Next
From: Tom Lane
Date:
Subject: Re: Oid to text...