...
Microsoft SQL CE is a small footprint relational database that is useful for low scale applications. It is a freely licensed database that works well with SkySync solutions that do not require high throughput levels and that will manage a lower number of file and folder objects (3 million or less). The 3 million is just a rough number and there are other factors. The primary limiting factor of SQL CE is the 4GB database file size limitation.
Info |
---|
It is not actually recommended to use SQL CE when the database has over 1 million objects, as it can result in large performance issues. |
Microsoft SQL Server Express
...