Skip to end of banner
Go to start of banner

MODAUD-155

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Submitted

 

Approved
StatusDRAFT
ImpactMEDIUM

Context

Tracking

TypeTicketModule
Module ticket

MODAUD-155 - Getting issue details... STATUS

mod-audit
Arch ticket

ARCH-51 - Getting issue details... STATUS


Technical details

The circulation log data is persisted in jsonb  format in FOLIO database and itemBarcode  field is part of the nested array items as each circulation log record can contain multiple items. No indexes are present for the table.

Problem Statement

Circulation log search by item barcode slow when table contains millions of rows.


Stakeholders

Options

Option A - define retention policy (use archive or table partitioning)

Option B - add gin index for nested items → itemBarcode field

Option C - add index for creation date and limit search date range


Questions

#QuestionAnswerStatus
1

How many records per year clients produce?


OPEN

2

Do clients have any retention policy or regulations on circulation records?


OPEN

Rationale

Option A depends on client needs.

Option B should be implemented in any case.

Option C requires minimal effort but have tradeoffs. Can be implemented as quick fix.


LOE

Decision

  • No labels