Should static database data be in its own Filegroup?
问题 I'm creating a new DB and have a bunch of static data that won't change. If it does, it will be a manual process AND it will happen very rarely. This data is a mix of varchars and Geographies. I'm guessing it could be around 100K or so in total, over 4 or so tables. Questions Should I put these on a READ ONLY filegroup Can I create the tables in the designer and define the filegroup during creation? Or is it only possible via a script? Once the data is in the table (on a read only filegroup),