Click here to Skip to main content
15,887,596 members
Home / Discussions / Database
   

Database

 
GeneralRe: can I trust Triggers? Pin
Jassim Rahma12-Apr-14 1:36
Jassim Rahma12-Apr-14 1:36 
QuestionTrigger on select Pin
Jassim Rahma9-Apr-14 1:00
Jassim Rahma9-Apr-14 1:00 
AnswerRe: Trigger on select Pin
thatraja9-Apr-14 2:13
professionalthatraja9-Apr-14 2:13 
AnswerRe: Trigger on select Pin
Eddy Vluggen9-Apr-14 3:00
professionalEddy Vluggen9-Apr-14 3:00 
QuestionMongoDB to Cache MariaDB? Pin
Marco Bertschi8-Apr-14 20:34
protectorMarco Bertschi8-Apr-14 20:34 
AnswerRe: MongoDB to Cache MariaDB? Pin
Jörgen Andersson8-Apr-14 22:27
professionalJörgen Andersson8-Apr-14 22:27 
GeneralRe: MongoDB to Cache MariaDB? Pin
Marco Bertschi8-Apr-14 22:48
protectorMarco Bertschi8-Apr-14 22:48 
GeneralRe: MongoDB to Cache MariaDB? Pin
Jörgen Andersson8-Apr-14 23:06
professionalJörgen Andersson8-Apr-14 23:06 
I think you don't need the cache server, in your case it only adds to the complexity without adding much functionality.
Had you been working with large queries that aggregates down to small data volumes <edit>that are reused</edit>, it would be a completely different situation.

I also think you're a bit wrong about SQLite. It's a file database alright, but so are (almost) all databases. The problem is that it's a SINGLE file database, so when it has grown out of the harddisk(s) on the server you're in trouble. But the real problem it has is that it's bad with concurrency.
So assuming that you anticipate some growth I agree with your choice of MariaDB for this purpose.
Wrong is evil and must be defeated.
- Jeff Ello[^]


modified 9-Apr-14 5:34am.

GeneralRe: MongoDB to Cache MariaDB? Pin
Marco Bertschi9-Apr-14 2:01
protectorMarco Bertschi9-Apr-14 2:01 
GeneralRe: MongoDB to Cache MariaDB? Pin
Eddy Vluggen9-Apr-14 0:32
professionalEddy Vluggen9-Apr-14 0:32 
GeneralRe: MongoDB to Cache MariaDB? Pin
Marco Bertschi9-Apr-14 1:59
protectorMarco Bertschi9-Apr-14 1:59 
GeneralRe: MongoDB to Cache MariaDB? Pin
Eddy Vluggen9-Apr-14 3:00
professionalEddy Vluggen9-Apr-14 3:00 
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 
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 

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.