in reply to Re: key value in text format
in thread key value in text format
I'm not sure I should create a new post. Let's say I'm using SQLite, but SQLite supposedly cannot be reliably locked on NFS so multiple processes could not safely manipulate database w/o corruption. Since the application may be running multiple instances to crunch data files and inserting to a database file.
If I create individual database file for each raw file, then I've to merge them; and need to manage parent/foreign key constraint.. The final database file should reside on NFS, so other applications can access (read).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: key value in text format
by GrandFather (Saint) on Nov 07, 2019 at 02:27 UTC | |
by pwagyi (Monk) on Nov 07, 2019 at 05:57 UTC | |
by choroba (Cardinal) on Nov 07, 2019 at 08:51 UTC | |
by GrandFather (Saint) on Nov 07, 2019 at 20:00 UTC | |
by choroba (Cardinal) on Nov 07, 2019 at 20:22 UTC | |
|