I'm writing a relatively small single user winforms lottery application. Most of the time it will just fetch data (tickets) from a webservice and then, on saturdays, it will realize the lottery draw. As the balls are drawn, a query will run to display how many tickets are in for a win. After four balls are drawn the app will display the winning tickets.
By the time of the draw, there will be from one to eight million rows (tickets) in the database, so my question is if SQL CE 4.0 is able to handle this task.