Moved index from doctype to docname. Docname always has higher cardinality. Even if you filter by both it shouldn't matter as cross-doctype name conflicts are rather rare. Perf impact of this change should be net 0 but it does addresses problem of indeterministic load times based on how many errors exist in db. closes https://github.com/frappe/frappe/issues/28713 |
||
|---|---|---|
| .. | ||
| api | ||
| doctype | ||
| page | ||
| report | ||
| web_form | ||
| workspace | ||
| __init__.py | ||
| notifications.py | ||
| README.md | ||
| utils.py | ||
Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.