Top "Disk-io" questions

Input/Output operations involving local persistent storage.

Fast Linux file count for a large number of files

I'm trying to figure out the best way to find the number of files in a particular directory when there …

linux shell disk-io
SCAN and CSCAN algorithm

I am having hard time understanding the working of SCAN and CSCAN algorithm of disk scheduling.I understood FCFS,Closest …

operating-system computer-science disk disk-io
UNC path does not work with .NET?

I am running a very simple program, which is trying to list files in a folder on the same machine, …

c# .net windows disk-io
disk I/O error with SQLite3 in Python 3 when writing to a database

i am a student just starting out with python, and i was tasked with creating a relational database management system. …

python sqlite relational-database disk-io
Can anyone recommend disk I/O benchmarking software for Windows?

I want to test the performance of a filesystem under different conditions. Specifically I want to test the performance of …

windows filesystems benchmarking hard-drive disk-io
Performance: BufferedOutputStream vs FileWriter

I've always used a FileWriter to write text to a file in Java. Apparently you can also use a BufferedOutputStream …

java performance file-io filewriter disk-io
Why Mongodb performance better on Linux than on Windows?

I created a programme to test sharded MongoDB performance on Linux(Ubuntu) and Windows(Server2008). With inserting large quantity of …

linux windows performance mongodb disk-io