I've blogged a few times in the past about running large PostgreSQL applications on Solaris. I've also spoken about the same adventure at various industry conferences. I'm pretty excited to see that the case study that we worked on with Sun has finally hit the bit pipes of the Internet.
I'll note that we run Solaris, FreeBSD, OpenBSD, Mac OS X, and Linux here at the $DAYJOB. A whole lot of Linux, actually. The reason we run these various things is that they are all UNIX or UNIX-like and all make us happy. Each is a different, yet effective, lance to shatter the windmills at which we tilt. Each OS has its issues, none is perfect.
This particular tale is one of a datawarehouse application and astoudingly effective application of Solaris 10 and PostgreSQL 8 to boast. Enjoy.
OmniTI’s move from a proprietary application
to PostgreSQL for its customer was prompted
by growing database requirements that were
threatening to send software costs skyrocketing.
The company’s existing online transaction
processing (OLTP) and data warehouse
capabilities strained to keep up with the demands
of a half-terabyte OLTP database peaking at
10,000 transactions per second and a data
warehouse database consuming 1.2 terabytes.
Read more about the case study.
Tuesday, February 20. 2007 at 00:03 (Link) (Reply)
You are quoted as saying "Web-2.0 type architectures". Eww.
Tuesday, February 20. 2007 at 05:27 (Reply)
$DAYJOB???
Seriously, 10,000 transactions PER SECOND?
is this 'page imprints' or 'web hits', because it doesn't look realistic for 'update transaction'.
Wednesday, February 21. 2007 at 23:15 (Link) (Reply)
The updates peak at only a few hundred a second. The strong peaks that hit 10,000 are insert/append only transactions (all single row) and the column with is small. This is includes web hits and progress tracking of apps, etc.
Tuesday, February 20. 2007 at 07:57 (Reply)
Hey Theo, congrats on getting that up there. That's very cool, and great press for OmniTI. :)
(I have to say, though, I think my favorite part is the "before" and "after" architectural diagram section - amazing what "snap to grid" can do in a redesign. ;) )
Friday, May 1. 2009 at 06:03 (Reply)
Link to case study now dead :(
Did you keep a copy someplace?