Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
5answers
4k views

C++ Memory Management for Texture Streaming in Videogames

this is a "hard" question. I've found nothing interesting over the web. I'm developing a Memory Management module for my company. We develop games for next-gen consoles (Xbox 360, PS3 and PC... we ...
7
votes
5answers
1k views

Defragmenting C++ Heap Allocator & STL

I'm looking to write a self defragmenting memory manager whereby a simple incrementing heap allocator is used in combination with a simple compacting defragmenter. The rough scheme would be to ...
6
votes
2answers
3k views

Mysql OPTIMIZE TABLE for all fragmented tables

Id like to run optimize on all currently framgmented tables. These tables should be those that have information_schema.DATA_FREE > 0. Is it possible to optimize all tables with this property in one ...
3
votes
3answers
329 views

How does disk de-fragmenting work?

I'd like to have a go at writing something which shows the state of a hard drive in terms of how fragmented it is. Maybe even has a go at de-fragmenting it. But I've realised that I don't fully ...
2
votes
1answer
55 views

Can defragmentation be done on a Knuth heap?

I am considering is it possible to eliminate external fragmentation on a Knuth memory heap? Before trying to solve this problem, I am not sure whether we can move blocks on a heap. If we can move ...
2
votes
2answers
112 views

(SQL Server) Why GUID or other random value as high-order key will cause fragmentation?

I'm watching Paul S Randal's index fragmentation video at here. In the video, Paul said that GUID or other random values as high-order key will cause page splits which in turn will cause index ...
2
votes
1answer
164 views

Programatically determine a file's fragmentation status

Is it possible to determine a specific file's fragmentation status (that is, the amount of distinct fragments this file occupies)? If so, how can this be done using .net? The motivation is this: my ...
2
votes
1answer
728 views

Should I drop and create indexes on my tables that SQL Server created?

In an effort to get rid of some fragmentation left from rebuilding and defraging we thought that we would drop and create indexes so I went to write a script. It identifies a clustered index that ...
2
votes
4answers
522 views

What is a good algorithm for compacting records in a blocked file?

Suppose you have a large file made up of a bunch of fixed size blocks. Each of these blocks contains some number of variable sized records. Each record must fit completely within a single block and ...
1
vote
0answers
19 views

Defragmentation - Rebuilding Indexes SQL Server 2005 [migrated]

I'm researching defragmenting databases and it seems the following SQL statement is what I'm looking for: ALTER INDEX ALL ON mytablename REBUILD WITH(ONLINE = ON) When I pull the info from ...
1
vote
1answer
40 views

Adding a DLL file as reference in C#.NET project

I am currently working on a project to perform disk defragmentation in Microsoft Windows environment. For that I want to use the in-built functions of the Windows defragmentation utility. I read ...
1
vote
3answers
129 views

Can't call defrag from perl script on Windows 2008

I would like to run a perl script that runs the defrag command on windows. When I try to just use system("defrag C:"); I get "'defrag' is not recognized as an internal or external command, ...
1
vote
1answer
133 views

Defrag indexes on very large production tables

I want to defrag indexes on a very large production table. This table is used by clients and the downtime will create a problem. What is th ebest methid to defrag indexes on such SQL server tables. If ...
1
vote
3answers
3k views

Reconstructing data from PCAP sniff

I am trying to sniff HTTP data through libpcap and get all the http contents (header+payload) after processing the TCP payload. As per my discussion at ...
1
vote
2answers
755 views

How can I find information about a file from logical cluster number in NTFS/FAT32?

I am trying to defragment a single file through Windows defragmentation API ( http://msdn.microsoft.com/en-us/library/aa363911(VS.85).aspx ) but if there is no free space block large enough for my ...
1
vote
1answer
75 views

Defragmenting Windows Drives as part of an NSIS installer script?

I need to install a piece of software with a lot of files. Our experience showed, that on highly fragmented hard drives that leads to very poor performance. So I want to include automatic disk ...
0
votes
0answers
10 views

Rebuild or Reorganize indexes based on fragmentation. [migrated]

I am using one Defragmentation script , which provide nice way to rebuid or reorganize indexes based on fragmentation percentages. Link http://sqlfool.com/2011/06/index-defrag-script-v4-1 I like ...
0
votes
0answers
37 views

How to Write a Ntfs Defrag Application in C#?

I searched this topic in stackoverflow but I can't found any... How to Write a Defrag Application in C# ? I'm hearing your mumblings for "this is not the right language to develop a disk defrag ...
0
votes
1answer
48 views

Domino defrag - free version or paid [closed]

I've been using the free DominoDefrag tool available on openntf on a number of my companies servers and have had trouble free operation of the tool. We are upgrading servers to domino 8.5 and my boss ...
0
votes
2answers
145 views

H2 Optimize select statement / shutdown defrag

Test Case: drop table master; create table master(id int primary key, fk1 int, fk2 int, fk3 int, dataS varchar(255), data1 int, data2 int, data3 int, data4 int,data5 int,data6 int,data7 ...
0
votes
1answer
213 views

File System Filter Driver: Creating a Defragmenter

I've just started working on a file system filter driver that monitors for I/O writes to any file (listening for IRP_MJ_WRITE requests), and defragments the file transparently if it becomes ...
0
votes
1answer
207 views

What is the most efficient way to defragment a vmware virtual disk?

VM workstation offers an option to defragment a virtual disk. The underlying OS (in this case windows 7) also offers tools to defragment the host disk. Is it necessary to perform both ...
0
votes
1answer
106 views

(SQL Server) How to defragment indexes with LOBs?

In SQL Server, are there some points on defragmenting indexes with LOBs? Such as text, ntext, image, varchar(max), nvarchar(max), varbinary(max), xml. Thanks.
0
votes
1answer
162 views

Is defragging tough on replication?

I've been told that defragging causes the log to grow tremendously. Is this true? If so, is there something better to do than defragging that will not impact the log as much? We are running SQL ...
0
votes
2answers
135 views

Defragmenting SQL indexes

I have been trying to defrag indexes in SQL Server 2005 and nothing seems to work. I have created multiple Maintenance Plans using the wizard but the job always fails. I have run the script from ...
0
votes
5answers
1k views

Logic in Disk Defragmantation & Disk Check

What is the logic behind disk defragmentation and Disk Check in Windows? Can I do it using C# coding?
0
votes
2answers
667 views

Move OS files to the begin of the disk

I would like to know if it's possible to move the files on a given partition to the begin of the disk, where the read/writes are faster. I currently have Windows Vista installed on the first ...
0
votes
4answers
565 views

Windows disk partition gap

Windows XP Disk Defragmenter report shows a constant gap in disk usage on a number of disk partitions on my system. I'm not referring to the little transitory gaps that occur. In disk D below, the ...