discussion about Data schema
parallelizing frontend wrong, it’s creating more work
the Line (newline character) object cannot be stored in Postgres cell
because it’d be too big. hard limit of 1GB.
Trace suggests that we don’t have Line (newline character)s in the database
having lines just be newlines and not database objects would make Version history easier
this will make Export and Import a lot easier too, if we don’t codify newlines
what should be my plan? Rahaf creates tables, build around the table,
look into existing versioning system, like ‣ - could use their Diff view etc