Skip to content

Draft: Demo: Vertical split notes table

euko requested to merge euko-vertical-split-notes-poc into master

This MR contains the following changes to demo how the application would function with a vertically split notes table.

  • note_contents table, a partitioned table, is created and backfilled
  • note and note_html columns are ignored. The related methods from Note are delegated to NoteContent.
  • Insert preload(:note_content) as needed when loading notes making sure that the preload query has all the hash key columns.
Edited by euko

Merge request reports

Loading