Skip to content
Snippets Groups Projects
Commit 8812bb56 authored by Danny Auble's avatar Danny Auble
Browse files

documentation about algorythm

parent 988c6c3b
No related branches found
No related tags found
No related merge requests found
......@@ -835,6 +835,10 @@ extern int mysql_hourly_rollup(mysql_conn_t *mysql_conn,
}
}
/* Spacing out the inserts here instead of doing them
all at once in the end proves to be faster. Just FYI
so we don't go testing again and again.
*/
if(query) {
xstrfmtcat(query,
" on duplicate key update "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment