Maintaining Materialised Views: Refactoring Procedural Logic into Explicit Graph Structures
posted: Feb. 15, 2026 ยท
status:
introduction
- what we are working on
- outcome and why it is not ideal
problem description
what i we tryign to solve
- description
- why it does not scale
- introduce example ?
how is it solved
- in depth description
- first iteration
- second iteration(optimization)
- procedural approach description
- why this is problematic
- consequence for finishing with this approach
Graph approach
high level understading
in depth explanation
Result
- 10x reduction in code
- maintainable
- extensible
- give example of extending
- far less risk of bugs
tradeoffs
- compute instead of reads
- abstractions require understanding
conclusion