Database is an organized collection of data.
11
votes
11answers
5k views
Grep huge number of patterns from huge file
I have a file that's growing about 200,000 lines a day, and it is all formed with blocks of three lines as such:
1358726575123 # key
Joseph Brunner # name
carpenter # job
...
3
votes
1answer
270 views
Does quiesce exist for Linux?
Quiescing a file system allows you to make a backup of the database while it is still running and other programs and their data as well.
The application generally needs to be notified of the quiesce ...