On 10/3/07, Rogelio Serrano <[EMAIL PROTECTED]> wrote:
> On 10/3/07, Orlando Andico <[EMAIL PROTECTED]> wrote:
> > I've had a look at Coda and GFS2.
> >
> > Although far superior to NFS, these are still file-based. I don't see
> > this kind of solution scaling to million-transaction-per-second range
> > anytime soon.
> >
>
> oh no. of course not. but i cant rely on on one machine to handle all
> that. i would split my "tables" long before i reach that threshold. i
> actually prefer a memory bound database at this rates and rely on
> redundancy for the reliability. making disk arrays work fast enough is
> too complicated even if its going to be a log structured one. but yes
> i have been thinking of doing a memory bound database with a log
> structured filesystem as a rebuild log.


Partitioning the data "tables" is a pain in the butt. It would be
nicer if the partitioning is transparent to the application.



..
> True. Well its been running for almost 4 years already but i really
> want that memory bound db.

There are a lot of memory DB's out there, not least of which is MySQL
HEAP table type and MySQL cluster. But these don't scale out.

You could look into Terracotta, but it only scales out to TWO boxes.

The only solutions I know of which scale out well, and do not require
application-level data partitioning, are Coherence and IBM ObjectGrid.
Coherence is the simpler solution (two JAR's totalling 10MB only!) and
it works with J2SE, does not require J2EE.


..
>
> Is it really that bad? I just upgraded to gcc 4.1.2 and im going to
> look for comparative tests.
>
> I was thinking more of ordinary machines you buy from pcx. hehe

Until the Linux vendors are shipping distro's compiled with 4.1.2 I
don't think the enterprise vendors will ship anything compiled with
that compiler.

I was comparing (whatever the compiler is on FC6) with Windows. And
the Windows version of the app is really twice the speed (on a Core
processor).
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to