|
Created a new database, one table, each record uses 4 image fields to store 4 jpeg pictures, each picture is about 60k, there are 500 records a day, so this database has 60 × 4 × 500 × 365 in one year / 1000 = 43800M = 43G size, may I ask:
1. Can sqlserver manage such big data?
2. How to design to optimize the use and query?
3. Would you like to delete it regularly?
You'd better give me a detailed example to help me as a novice, thank you very much! |
|