Top "Large-data-volumes" questions

Transferring large payloads of data (Serialized Objects) using wsHttp in WCF with message security

I have a case where I need to transfer large amounts of serialized object graphs (via NetDataContractSerializer) using WCF using …

wcf large-data-volumes wshttpbinding chunking netdatacontractserializer
How can we handle large matrices in matlab(larger than 10000x10000)

In my program I am faced with some matrices that are larger than 10000x10000. I cannot transpose or inverse them, …

matlab large-data-volumes
Best way to store/retrieve millions of files when their meta-data is in a SQL Database

I have a process that's going to initially generate 3-4 million PDF files, and continue at the rate of 80K/…

.net vb.net large-data-volumes file-management
Processing apache logs quickly

I'm currently running an awk script to process a large (8.1GB) access-log file, and it's taking forever to finish. In 20 …

apache awk large-data-volumes