Re: Embedded Database Recommendations?
- From: p.kootsookos@xxxxxxxxxxxxxxx (Peter K.)
- Date: 12 Jul 2008 12:23:05 -0400
Paul Carpenter <paul@xxxxxxxxxxxxxxxxxxxxxxxxxxx> writes:
Hmm my working gateway email server uses mySQL, originally on a sub GHz
processor and 256MB of RAM, Got upgraded to a newer nano-ATX board
1GHz and 1GB RAM. System runs Apache and email server and several other
apps, some of them using the half dozen databases.
Thanks, all good information.
However the system is so lightly loaded, the real question on SELECT
speeds and memory footprint depends on
Size and complexity of database
Number of concurrent users (access to database)
Number of SELECT requests per min/per hour...
What forms of caching are being used
etc....
The database will be large (e.g. tables of 1,000,000 or more entries),
but not particularly complex.
There weill only be one application accessing the database at a time
(or at all).
Assuming only one (concurrent) connection, I wonder why the number of
select requests per time period is a factor (it clearly will be for
multiple connections).
I suppose what I'm looking for is how long it takes to do:
SELECT * FROM SomeTable WHERE SomeField = 'SomeValue'
and SomeField is the primary key. By "how long" I mean mean, standard
deviation, and [if possible] worst case times.
Ciao,
Peter K.
--
"And he sees the vision splendid
of the sunlit plains extended
And at night the wondrous glory of the everlasting stars."
.
- Follow-Ups:
- Re: Embedded Database Recommendations?
- From: Paul Keinanen
- Re: Embedded Database Recommendations?
- From: Paul Carpenter
- Re: Embedded Database Recommendations?
- References:
- Q: Embedded Database Recommendations?
- From: Peter K.
- Re: Embedded Database Recommendations?
- From: FreeRTOS.org
- Re: Embedded Database Recommendations?
- From: Peter K.
- Re: Embedded Database Recommendations?
- From: Paul Carpenter
- Q: Embedded Database Recommendations?
- Prev by Date: Re: About GSM project
- Next by Date: India - the heaven in Earth
- Previous by thread: Re: Embedded Database Recommendations?
- Next by thread: Re: Embedded Database Recommendations?
- Index(es):
Relevant Pages
|