Dataview: Very Slow Performance

  • Hey folks , i have a daily note with 3 queries like this:
table tags as "Matéria" , choice(!T.completed, split(T.text, "_")[1], "\-") AS "Data" , split(T.text, "_")[0] as Tipo
From ""
FLATTEN file.tasks AS T
WHERE !T.completed  and 
(
contains(T.text,"2023-01-19")
)
sort tags descending
  • It work as expected, but everytime i check some task, all obsidian freezes for some second to update the dataview view
  • I have like 1500 notes
  • Is there something i can do to it to make more efficient, less consuming ?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.