Posts

Showing posts from September, 2025

Zal een csv bestand rapper laden in Excel als het niet gecomprimeerd is in NTFS?

Ja, een CSV-bestand zal bijna altijd sneller laden in Excel als het niet NTFS-gecomprimeerd is. Hieronder volgt een overzicht van de redenen hiervoor: Hoe NTFS-compressie Werkt NTFS-compressie is een functie van het Windows-bestandssysteem. Wanneer je een bestand of map comprimeert, slaat het besturingssysteem het op in een kleiner formaat op de schijf. Dit wordt gedaan om opslagruimte te besparen. Om dit te bewerkstelligen, moet de processor van het systeem een real-time bewerking uitvoeren: het decomprimeert de gegevens van de schijf elke keer dat het wordt gelezen en comprimeert het opnieuw elke keer dat het wordt geschreven. De Impact op Excel Wanneer Excel een gecomprimeerd CSV-bestand laadt, is het proces niet zo eenvoudig als alleen de gegevens van de schijf lezen. De reeks gebeurtenissen is als volgt: Leesverzoek: Excel vraagt de bestandsgegevens op bij het besturingssysteem. CPU-decompressie: Het NTFS-bestandssysteem vangt dit verzoek op en vertelt de CPU om de gegevens te dec...

Will a csv file load faster in excel when its not ntfs compressed?

Yes, a CSV file will almost always load faster in Excel if it is not NTFS compressed. Here’s a breakdown of why this is the case: How NTFS Compression Works NTFS compression is a feature of the Windows file system. When you compress a file or folder, the operating system saves it in a smaller format on the disk. This is done to save storage space. To do this, the system's processor must perform a real-time operation: it decompresses the data from the disk every time it is read and compresses it again every time it is written. The Impact on Excel When Excel loads a compressed CSV file, the process is not as simple as just reading the data off the disk. The sequence of events is as follows: Read Request: Excel requests the file data from the operating system. CPU Decompression: The NTFS file system intercepts this request and tells the CPU to decompress the data as it's being read from the disk. This adds a processing step that wouldn't exist for an uncompressed file. Data Tr...