DEV Community

Discussion on: Optimizing ThingsDB: Speeding up with Type Indexes

Collapse
 
sasha_vanderheijden_400 profile image
Sasha Van der Heijden

I really like the balance here between the 'ThingsDB-native' approach (hierarchical via roots) and this new indexing feature. While a tree structure is ideal, sometimes a flat list is simply unavoidable. It’s great to see type_all() becoming a high-performance tool for production rather than just a debug utility.