Homec4science

BibRank: INSERT DELAYED INTO rnkPAGEVIEWS

Authored by Tibor Simko <tibor.simko@cern.ch> on Jul 2 2012, 14:03.

Description

BibRank: INSERT DELAYED INTO rnkPAGEVIEWS

  • Switches to INSERT DELAYED queries for entering logging information into the rnkPAGEVIEWS table. We can do this because we are are only logging user view action and we don't need INSERT result to be available in the same session. So let's have DB handle the insert statement when it is free. This can help in improving site response in case of user storms.

Details

Committed
Tibor Simko <tibor.simko@cern.ch>Jul 2 2012, 14:03
Parents
R3600:1f8a6dba2632: Invenio v1.0.1
Branches
Unknown
Tags
Unknown

Event Timeline

Tibor Simko <tibor.simko@cern.ch> committed R3600:f1fdfd67eb0f: BibRank: INSERT DELAYED INTO rnkPAGEVIEWS (authored by Tibor Simko <tibor.simko@cern.ch>).Jul 2 2012, 14:03