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

Database

 
QuestionRe: can I trust Triggers? Pin
Eddy Vluggen9-Apr-14 3:00
professionalEddy Vluggen9-Apr-14 3:00 
AnswerRe: can I trust Triggers? Pin
jschell10-Apr-14 8:53
jschell10-Apr-14 8:53 
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 
The size of the database does not have very much to do with the performance. (Also remember that they have memory caching built in.)
The question is how you're going to use it.

The big weakness with MySQL/MariaDB is joins and aggregations with lots of data and a lot of tables. And I doubt that's how you're going to use it if you're having an image database. Fetching single items or ranges from an indexed table is actually where MySQL/MariaDB excels. Keep in mind that Google actually uses a (highly modified) version of MySQL.

My key rule for performance is that it's the amount of data you need to handle at a given moment that matters.

So tell us how you're going to use it first.
Wrong is evil and must be defeated.
- Jeff Ello[^]

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 
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 

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.