all groups > sql server data warehouse > april 2007 >
You're in the

sql server data warehouse

group:

can ommiting log file speed up me and how


can ommiting log file speed up me and how Tarvirdi
4/14/2007 12:00:00 AM
sql server data warehouse:
Dear friends,
I have a database with simple stucture and tasks but big data sizes (23M
rec, 35G data file).
Most of my data are static and I dn't need transaction facilities. so I set
it to simple mode.
The log file is created and has good size. How can I get ride of it to have
more simplified and
more speed operations.
Thanks

Re: can ommiting log file speed up me and how TheSQLGuru
4/16/2007 4:32:58 PM
You cannot do as you ask. Every SQL Server database has a transaction log
and DML statements get written there FIRST before being written to the
actual data file and you CANNOT disable this functionality.

If you have a large amount of read-only data, consider putting said data on
read-only filegroups (or make the entire database read only as a database
option). This will definitely help performance, especially the
database-level setting.

--
TheSQLGuru
President
Indicium Resources, Inc.

[quoted text, click to view]

Re: can ommiting log file speed up me and how Luke
5/21/2007 10:46:53 PM
Tarvirdi,

Set the database logging to simple and shrink it. I would consider 35GB to
be a medium size database. 500GB drives are in the $100 range according to
pricewatch.com.

Luke

[quoted text, click to view]
AddThis Social Bookmark Button