forums-reading-info-create.sql

  • last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
New index on the forums_reading_info table

  1. … 2 more files in changeset.
Whitespace cleanup

Port downstream only usage of reading info api

Also fix such api so that root message is retrieved for every given source message

  1. … 7 more files in changeset.
Maintenance of forum reading count feature

- removal of forums_reading_info_user (1Mio rows on Learn@WU).

This materialized view had to be constantly synced with

forums_reading_info table. Reimplemented as view.

- simplify logics in stored procedure due to new datamodel

- fix inconsistencies between oracle and postgres function definition

- re-enabled parameter to decide whether use these stats or not in

administration

TODO: consider further reform of this feature as stats grow very

large on busy sites for probably little value added

    • -195
    • +68
    ./forums-reading-info-create.sql
  1. … 8 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- add function args for completeness

- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

    • -55
    • +116
    ./forums-reading-info-create.sql
  1. … 23 more files in changeset.
fixed some problems with constraints

store and display reading info

    • -0
    • +225
    ./forums-reading-info-create.sql
  1. … 19 more files in changeset.