Defragmentation Problem
-
I have a table containing 1 crore tuples(rows). At the creation time , i have applied indexes on it. Should i defrag it peiodically ?? Only the Select Operation is performed on it.. Kindly suggest...
-
I have a table containing 1 crore tuples(rows). At the creation time , i have applied indexes on it. Should i defrag it peiodically ?? Only the Select Operation is performed on it.. Kindly suggest...
-
Aman786Singh wrote:
Only the Select Operation is performed on it
It won't get fragmented indeed, since you - only read from it - are using a database, not a file-system Hope this helps :)
I are troll :)
Eddy Vluggen wrote:
are using a database, not a file-system
you expect a read-only file-system to get fragmented over time? :)
Luc Pattyn [Forum Guidelines] [My Articles]
- before you ask a question here, search CodeProject, then Google - the quality and detail of your question reflects on the effectiveness of the help you are likely to get - use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets
-
Eddy Vluggen wrote:
are using a database, not a file-system
you expect a read-only file-system to get fragmented over time? :)
Luc Pattyn [Forum Guidelines] [My Articles]
- before you ask a question here, search CodeProject, then Google - the quality and detail of your question reflects on the effectiveness of the help you are likely to get - use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets
-
Aman786Singh wrote:
Only the Select Operation is performed on it
It won't get fragmented indeed, since you - only read from it - are using a database, not a file-system Hope this helps :)
I are troll :)
WHEN I RAN INDEXDEFFRAG.. THEN WHAT THIS RESULT MEANS??? PAGE SCANNED PAGE MOVED 245 0
-
WHEN I RAN INDEXDEFFRAG.. THEN WHAT THIS RESULT MEANS??? PAGE SCANNED PAGE MOVED 245 0