summaryrefslogtreecommitdiff
path: root/src/database
AgeCommit message (Collapse)AuthorFilesLines
2014-06-11Commit results early to avoid data loss on abortPeter Wu1-1/+16
2014-06-11More numbers for estimating durationPeter Wu1-0/+4
2014-06-11getBrands: add periodic status reporting, save memoryPeter Wu2-0/+49
Prevent out of memory error due to buffering the full resultset. This is done by disabling auto commit (starting a transaction) and setting a smaller fetch size. Watcher is based on my work in Datafiller.
2014-06-04Producer / consumer for getBrandsPeter Wu1-0/+88
2014-05-26Formatting, drop useless license headerPeter Wu1-4/+4
Sam Hocevar doesn't know us nor does he have copyright about this work...
2014-05-26Optimize sentiment analysisPeter Wu1-0/+11
Do not create a new prepared statement every time. Use an optimized UPDATE query. Drop requirement for supplying a query.
2014-05-19get brands connection to databaseS1297781-0/+6
2014-05-14Save rating to databaseS1297782-1/+103
2014-05-14Added shell, implemented query and a base version of sentimentanalysiss1231882-0/+172