- SQL Server Compact Edition - http://www.microsoft.com/Sqlserver/2008/en/us/compact.aspx
- SQLite - http://www.sqlite.org/
- Firebird - http://www.firebirdsql.org/
Should All Web Traffic Be Encrypted?
15 hours ago
Software Architecture, Technological Innovation, & Geek Culture
2 comments:
So what makes you think Firebird "lacks the power and grace of a full-size database server"? Firebird comes in two forms, full server and embedded. The only difference between the two is that the embedded version of Firebird is designed for a single user only.
True, those are the words I wrote. I had not yet learned that, among other full-size features, Firebird supports single file databases up to 16 TeraBytes, depending on file system and hardware limitations.
Thanks for calling me on my blanket statement and nudging me into taking a closer look. I would not have imagined that an embedded database I've seen casually mentioned as an alternative to SQL Server Compact Edition and SQLite would be so much more capable.
Considering the challenges I've already encountered with SQL Server Compact Edition on my current project, Firebird clearly deserves more of my attention. I'll have to follow up with another post after I've learned more.
Post a Comment