Hi all,
there are several articles covering this issue. But it is hard to find out if Express edition is expected to be reliable in "practical use".
I know about the limitations: max db size 10 GB, max ram 1 GB, max 4 cores.
Facts about my database:
- Consists of about 70 tables.
- Max column size is 30, most tables consist of less than 15 columns.
- Biggest table consists of about 1 million rows, most table consist of less than 10.000 rows.
- Current db size is 1 GB. I can hardly imagine that it becomes greater than 5 GB.
- Database is used only in the local network.
- Database is concurrently accessed by up to 10 instances (= 10 users) of a local network application.
- No binary data stored in db.
Does anybody have experience with express edition in a production environment and a comparable size?
Regards