Results
|
Choice
|
Votes
|
|
Percent
|
Great!
|
127
|
44.6%
|
|
Good idea, but make the pages larger.
|
53
|
18.6%
|
|
Good idea, but make the pages smaller.
|
12
|
4.2%
|
|
Sucks! Give me back the old format!
|
93
|
32.6%
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Re: Re: Re: Re: Re: What do you think about the new split-page news format?
|
Andy Selle
(Web Page)
|
There are a lot of reasons why we use PostgreSQL instead of MySQL. It is not unkind or untrue to say that PostgreSQL is a full featured RDBMS and MySQL is a lightening fast DBM :). Seriously speaking, in databases, performance is not necessarily the most important quality. Data integrity is far more important, and that is where PostgreSQL wins hands down. Transaction support in PostgreSQL is full-featured and very heavily used by our site. Additionally, foreign keys in PostgreSQL 7 allow us to maintain referential integrity (also cascading deletes make this very easy). Lastly, the advanced subselect features of PostgreSQL make queries that are very unintuitive (or not possible) with joins to be written with ease in PostgreSQL.
Performance wise, studies have shown that PostgreSQL can handle more simultaneous queries than MySQL. At a certain point MySQL just keels over and dies, while PostgreSQL keeps plugging away.
In any case, we are using PostgreSQL, and even with how much traffic we get, we still have a low load on our meager Pentium 200. A lot of the places where people run into trouble with dynamic web pages is using totally dynamic architecture when they don't need it. Much of our site is statically generated pages by regular cron jobs. This is much more efficient, and you do still get the same feel for us as a dynamic site. On the downside, this is why it isn't as simple as conjectured by many to offer arbitrary comment display.
Yes, we are well aware of the lack of good BLOB support in PostgreSQL, but that is something that will be available real soon(tm). For the time being, we have found very good ways around the problem.
The licensing issue is not significant to us. PostgreSQL is open source, and despite popular belief, the GPL is not the one and only true open source license.
|
Reply to this comment
|
31 July 2000, 18:45 GMT
|
|
Re: What do you think about the new split-page news format?
|
Nick Disabato
(Web Page)
|
CONFIRMATION OF MAGNUS HAGANDER'S ELITE TICALC.ORG-RELATED HAXORING ABILITIES IS *GO!*
--BlueCalx
|
Reply to this comment
|
23 July 2000, 19:35 GMT
|
|
Re: What do you think about the new split-page news format?
|
alex cooke
|
i like the entire news item loading at once, whether i'm using my dial-up on my laptop or T3, it not only gets it over with, it doesn't adrubtly halt in the middle.
|
Reply to this comment
|
23 July 2000, 19:39 GMT
|
|
1 2 3
You can change the number of comments per page in Account Preferences.
|