Click here to Skip to main content
15,886,026 members
Home / Discussions / Database
   

Database

 
GeneralRe: MongoDB to Cache MariaDB? Pin
Marco Bertschi9-Apr-14 3:25
protectorMarco Bertschi9-Apr-14 3:25 
GeneralRe: MongoDB to Cache MariaDB? Pin
Jörgen Andersson9-Apr-14 5:03
professionalJörgen Andersson9-Apr-14 5:03 
GeneralRe: MongoDB to Cache MariaDB? Pin
Marco Bertschi9-Apr-14 6:25
protectorMarco Bertschi9-Apr-14 6:25 
GeneralRe: MongoDB to Cache MariaDB? Pin
Jörgen Andersson9-Apr-14 6:48
professionalJörgen Andersson9-Apr-14 6:48 
GeneralRe: MongoDB to Cache MariaDB? Pin
Marco Bertschi9-Apr-14 7:55
protectorMarco Bertschi9-Apr-14 7:55 
GeneralRe: MongoDB to Cache MariaDB? Pin
Jörgen Andersson9-Apr-14 8:09
professionalJörgen Andersson9-Apr-14 8:09 
GeneralRe: MongoDB to Cache MariaDB? Pin
jschell10-Apr-14 9:05
jschell10-Apr-14 9:05 
SuggestionRe: MongoDB to Cache MariaDB? Pin
Eddy Vluggen9-Apr-14 6:52
professionalEddy Vluggen9-Apr-14 6:52 
Marco Bertschi wrote:
It will be, since a user may run more than one instance of the software
Doesn't "have" to be; there might as well be a Windows-service that works as a DAL - and have your app interface with that.

Still, for multiple users one would recommend a *server*-database, complete with a server. It'd be a bit overkill to add that functionality yourself. And yes, that will introduce network-latency, but still does not mean that you need a second server-instance at the client.

Store cache the static data locally; that'd be the pictures. Generate a hash to see what's modified. Put the relational info in the server, and access that without caching. Lots of webapps have a webservice-layer on top of that DB and perform decent - so I'd assume that any app querying directly would be faster. You could then omit the client-db completely and cache the images on the filesystem.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

AnswerRe: MongoDB to Cache MariaDB? Pin
jschell10-Apr-14 8:57
jschell10-Apr-14 8:57 
GeneralRe: MongoDB to Cache MariaDB? Pin
Marco Bertschi10-Apr-14 9:40
protectorMarco Bertschi10-Apr-14 9:40 
GeneralRe: MongoDB to Cache MariaDB? Pin
jschell11-Apr-14 8:53
jschell11-Apr-14 8:53 
QuestionSimplest SQL for Mac? Pin
Member 107310637-Apr-14 7:06
Member 107310637-Apr-14 7:06 
AnswerRe: Simplest SQL for Mac? Pin
Jörgen Andersson7-Apr-14 8:33
professionalJörgen Andersson7-Apr-14 8:33 
GeneralRe: Simplest SQL for Mac? Pin
Member 107310637-Apr-14 9:08
Member 107310637-Apr-14 9:08 
QuestionMango database Pin
Member 99929934-Apr-14 10:50
Member 99929934-Apr-14 10:50 
AnswerRe: Mango database Pin
Richard Andrew x645-Apr-14 10:53
professionalRichard Andrew x645-Apr-14 10:53 
GeneralRe: Mango database Pin
Member 99929935-Apr-14 20:11
Member 99929935-Apr-14 20:11 
AnswerRe: Mango database Pin
Chris Quinn7-Apr-14 0:12
Chris Quinn7-Apr-14 0:12 
QuestionDB Mango Pin
Member 99929934-Apr-14 10:50
Member 99929934-Apr-14 10:50 
AnswerRe: DB Mango Pin
Mycroft Holmes4-Apr-14 14:12
professionalMycroft Holmes4-Apr-14 14:12 
GeneralRe: DB Mango Pin
Jörgen Andersson4-Apr-14 23:53
professionalJörgen Andersson4-Apr-14 23:53 
AnswerRe: DB Mango Pin
Simon_Whale7-Apr-14 1:17
Simon_Whale7-Apr-14 1:17 
QuestionDowngrade Sql server database Pin
dilkonika4-Apr-14 9:07
dilkonika4-Apr-14 9:07 
AnswerRe: Downgrade Sql server database Pin
Mycroft Holmes4-Apr-14 14:16
professionalMycroft Holmes4-Apr-14 14:16 
AnswerRe: Downgrade Sql server database Pin
Andrius Leonavicius4-Apr-14 14:27
professionalAndrius Leonavicius4-Apr-14 14:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.