Re: Tempdb after restart
From: Geoff N. Hiten (SRDBA_at_Careerbuilder.com)
Date: 02/03/05
- Next message: Jen: "Question on named instance"
- Previous message: Joe: "RE: trunc log on check point"
- In reply to: Jabm: "Re: Tempdb after restart"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 2 Feb 2005 19:33:20 -0500
You are better off manually growing tempdb to an appropriate size and
leaving it alone. If SQL has to auto-grow tempdb there are severe
performance penalties.
-- Geoff N. Hiten Microsoft SQL Server MVP Senior Database Administrator Careerbuilder.com I support the Professional Association for SQL Server www.sqlpass.org "Jabm" <Jabm@discussions.microsoft.com> wrote in message news:996C69EA-8DAE-4DD5-98F8-076F7EA7F55C@microsoft.com... > > I'm going thruu a similar problem. I recently started msdtc on one my > servers. The server neves was started before. Since it is running tempdb > grown faster ( from 8mb to 14.2gb) . Is this normal? > I know tempdb is critical for a good performance but.. Can I stop the > services in oprder to recreate the table and then limit the table to a > smaller size? > > > "Geoff N. Hiten" wrote: > > > If you already have the data files in-place, it isn't a problem since SQL > > just overwrites the system tables and GAM/SGAM pages. Kinda like a quick > > disk format. If you shrink the files, which reqiures a server stop/start, > > then the server will be slower if tempdb autogrows back to that size due to > > application data allocations. > > > > -- > > Geoff N. Hiten > > Microsoft SQL Server MVP > > Senior Database Administrator > > Careerbuilder.com > > > > I support the Professional Association for SQL Server > > www.sqlpass.org > > > > "David Bobko" <DavidBobko@discussions.microsoft.com> wrote in message > > news:AC7C7090-1CB2-433E-9552-898EEA322774@microsoft.com... > > > Documentation states that the tempdb is recreated each time the server is > > > started. If I had the tempdb set to 10gigs initial size, would it cause > > the > > > server to be slower after the restart while it grew that database to the > > > 10gigs in size? > > > > > >
- Next message: Jen: "Question on named instance"
- Previous message: Joe: "RE: trunc log on check point"
- In reply to: Jabm: "Re: Tempdb after restart"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading