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
This patch enables the db user to ingest a virtual sst with a synthetic prefix
and for higher level readers to plumb the synthetic prefix to the block
iterator which will conduct prefix synthesis.
Note that the db user can still ingest a virtual sst with a prefix _replacement_
rule, by passing the virtual sst the original prefix and the replacement
prefix. This tranformation is different that block level prefix synthesis as it
replaces the original prefix with the new prefix.
0 commit comments