Tagged Questions
3
votes
3answers
147 views
Storing lots of large strings with frequent “appends” and few reads
In my current project, I need to store a very long ASCII string to each instance of a given object. This string will receive an 2 appends per minute and will not be retrieved so frequently.
The ...
2
votes
4answers
230 views
Where can I learn about how programs handle file systems like NTFS?
I'm writing a program to handle the xbox 360's STFS files. I'm encountering all sorts of problems about how to keep track of used vs unused blocks, reading non-sequential files, etc. These aren't so ...
1
vote
1answer
109 views
“t-sql” tool for csv files?
Is there a tool that allows to query files based on the following criteria, and change them?
creation date
filenames (e.g. filetypeA_YYYYMMDD_data2.blah)
file content
For the example, the workflow ...