Q: Embedded Database Recommendations?



Hi All,

I have a requirement for a database on an embedded platform.

Currently, I have looked at SQLite (http://www.sqlite.org/) and MySQL
(http://www.mysql.com/).

Does anyone have any other suggestions?

Does anyone have any comments on either of these two regarding
performance (specifically SELECT speeds and memory footprint)?

Any pointers appreciated!

Ciao,

Peter K.

--
"And he sees the vision splendid
of the sunlit plains extended
And at night the wondrous glory of the everlasting stars."


.



Relevant Pages

  • DBConvert for SQLite & MySQL 1.0.0
    ... DBConvert for SQLite & MySQL is a database migration tool which ... The tool is also applicable for MySQL database ... preverification of possible conversion errors, ...
    (comp.software.shareware.announce)
  • Re: how to migrate request-tracker database from sqlite3 to mysql
    ... I'm trying to migrate request-tracker3.6 database from sqlite to mysql ... some reason importing into mysql didn't work twice. ...
    (Debian-User)
  • Re: DB without MYSQL?
    ... My provider doesn't give me the posebillety to use MYSQL or SQL. ... You can use SQLite. ... If you use PDO, it's even a pretty seamless transition from another database, as long as you're not relying on advanced features. ...
    (alt.php)
  • Re: php5 sqlite 3 officially not here yet - looking for suggestions
    ... Ive often have had to move a site from one location to another and the thought of just making a copy and transfering the whole site to new location, with sqlite sounded easy .Opposed to dump mysql db to file. ... I have based all my work around sqlite 3 so far,however i have been having issues with ALTER TABLE ... If you want a real database, ...
    (comp.lang.php)
  • Re: Embedded Database Recommendations?
    ... I have a requirement for a database on an embedded platform. ... MySQL is not an embedded database IMHO, ... I'm using SQLite in many projects and the performance is excellent and the ...
    (comp.arch.embedded)