You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the indexing is done by the dbt-postgres adapter due to inheritance. Risingwave's indexing supports this but it has additional configuration that is not configurable if you build e.g. MWs with indexes.
Currently, the indexing is done by the
dbt-postgres
adapter due to inheritance. Risingwave's indexing supports this but it has additional configuration that is not configurable if you build e.g. MWs with indexes.Docs
https://docs.risingwave.com/docs/current/indexes/
Mainly, the two
INCLUDE
andDISTRIBUTED BY
should be configurable in theconfig
of a dbt model.Also, right now you can also configure the
type
(i.e. index method) andunique
as indicated by https://docs.getdbt.com/reference/resource-configs/postgres-configs#indexes. However, RisingWave doesn't support these changes and if you try to change them it doesn't make any impact.The text was updated successfully, but these errors were encountered: