My Notes
- Two requests for queries that can return one of two different shapes
- Talked to Sully about this. No way to do it now. Is there a way to implement it and keep type safety?
- polymorphic shapes
- shape on a union
- Free shape with two pointers
- Sully will write a query for me
- What all does a user gain on
analyze with --expand/\expand?
- simple: which parts of the query are slow
- expand: why it’s slow
- indexes
- Users want to see where they’re not used rather than where they are
- each branch can contain several index users
- takes more to read it
- Don’t document specifically what is in
expand; say to try simple and fall back to expand if it doesn’t have what it wants
- Basic information about how to read the tree
Meeting Notes