in reply to Re: Anyone using SPOPS to store BLOBs?
in thread Anyone using SPOPS to store BLOBs?
The moral being: file access is easy when you have one program running on one machine. It becomes more difficult when you have multiple programs sharing the same data on one mahcine, and even more difficult when multiple programs on multiple machines need to coordinate access to shared resources on one or more remote servers. Databases are good at this, but as others have said it can wreck the performance of other relations.
Alan
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Anyone using SPOPS to store BLOBs?
by mvc (Scribe) on Jun 24, 2003 at 22:46 UTC |