Top "Defragmentation" questions

The process of decreasing the amount of fragmented files on a computer's system hard drive.

IP Fragmentation and Reassembly

I am currently going through my networking slides and was wondering if someone could help me with the concept of …

networking tcp network-protocols fragmentation defragmentation
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 …

http sniffer libpcap defragmentation
Mysql OPTIMIZE TABLE for all fragmented tables

I'd like to OPTIMIZE all currently fragmented tables. These tables should have information_schema.DATA_FREE > 0. Is it possible …

mysql optimization fragmentation defragmentation
How to find out fragmented indexes and defragment them in PostgreSQL?

I've found how we can solve this problem in SQL Server here - but how can i do it in …

postgresql fragmentation defragmentation