Skip to content

Move NQ ordering to database - #1289

Merged
donaldgray merged 1 commit into
developfrom
bugfix/raw_resource_ordering
Aug 24, 2026
Merged

Move NQ ordering to database#1289
donaldgray merged 1 commit into
developfrom
bugfix/raw_resource_ordering

Conversation

@donaldgray

Copy link
Copy Markdown
Member

What does this change?

Fixes #1285

Initial change was to add ordering to /raw-resource/ endpoint. This lead to realising reordering is happening in memory and can be moved to DB, fluently in DB call.
This should be more performant than in-memory. Null handling differs between DB + memory but in practice this is not an issue as all orderable fields are non-null in db.

@donaldgray
donaldgray marked this pull request as ready for review August 24, 2026 09:26
@donaldgray
donaldgray requested a review from a team as a code owner August 24, 2026 09:26
Initial change was to add ordering to /raw-resource/ endpoint. This
lead to realising reordering is happening in memory and can be moved to
DB, fluently in DB call.
This should be more performant than in-memory. Null handling differs
between DB + memory but in practice this is not an issue as all
orderable fields are non-null in db.
@donaldgray
donaldgray force-pushed the bugfix/raw_resource_ordering branch from 7017ed1 to ba73bf3 Compare August 24, 2026 14:23
@donaldgray
donaldgray merged commit 1a77352 into develop Aug 24, 2026
8 checks passed
@donaldgray
donaldgray deleted the bugfix/raw_resource_ordering branch August 24, 2026 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

/raw-resource/ NQ output ignoring assetOrder

2 participants