Re: [go-nuts] Re: Save Documents in Database

2017-04-03 Thread Tomi Häsä
The Android app could have (almost) real-time collaboration with teams where team members can make word searches for all the documents in the server. All the documents probably get downloaded to the Android devices, so you can make word searches locally also. If I decide to allow images also in

Re: [go-nuts] Re: Save Documents in Database

2017-04-03 Thread Kevin Powick
On Monday, 3 April 2017 18:22:40 UTC-5, John McKown wrote: > > On Mon, Apr 3, 2017 at 5:37 PM, Kevin Powick > wrote: > >> Why put the documents in a database on your server at all? Just store the >> document in the file system with a unique ID. >> > > ​FTS - Full Text Scan. https://en.wikipedi

Re: [go-nuts] Re: Save Documents in Database

2017-04-03 Thread John McKown
On Mon, Apr 3, 2017 at 5:37 PM, Kevin Powick wrote: > Why put the documents in a database on your server at all? Just store the > document in the file system with a unique ID. > ​FTS - Full Text Scan. https://en.wikipedia.org/wiki/Full-text_search Many database systems support this. Two that I