Re: DB - Final Question

new topic     » goto parent     » topic index » view thread      » older message » newer message

C. K. Lester writes:

> One of my thoughts is, I can start with a Eu DB and, 
> when time to scale up, export the data to a MySQL DB.

That sounds like a reasonable thing to do.
While EDS is a handy tool, it's not in the same league
as full-blown commercial database systems (or serious
database freeware!).

> For instance, how many database requests 
> can a Euphoria web server take and fulfill per second?

You'd have to set up your own benchmark.
EDS is pretty fast, and is scalable to millions of records,
but commercial systems will be more robust.
For example if lightning strikes, commercial systems
can guarantee that your database won't be corrupted.
EDS can't do that. Also Euphoria can be run as
separate *processes*, but it doesn't support multiple
threads in one process.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu