hbs2/docs/todo/hbs2-git-recursive-deps.txt

6 lines
591 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

TODO: asap-git-recursive-sql-query-for-deps
Сейчас зависимости хранятся как связь один объект - все зависимые объекты транзитивно,
что сильно раздувает БД. В sqlite3 работают рекурсивные запросы, так что можно
хранить один уровень (объект, зависимый объект) и не хранить все
зависимости транзитивно. Это сократит размер стейта и ускорит запись.