-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Opening a ticket as I might work on this:
- PgSQL supports a range of index types: B-tree, Hash, GiST, SP-GiST, GIN and BRIN
- It might be worthwhile to expand the macro to include a
typevariable with the default being B-Tree / unset. A case statement could implement one of the index types inside of the macro based on the type.
My use case is applying a GIN index on some JSON data I'm storing, which I believe will speed up some of my dbt transformations downstream.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels