With respect to metadata change I am fixing the issue with bootstrapped secondary metadata indexes. Strictly speaking they are not indexes per se, more similar to materialized views. Writing\reading to\from those indexes is done manually bypassing the regular index insert\delete codepath. This is really bad from dogfooding perspective, because it breaks the type validation logic when Select\INL Join rewrite rules are trying to fire. However I have an idea how to use them without breaking the validation logic.
2015-08-13 13:11 GMT-07:00 Jochen Wiedmann <[email protected]>: > On Thu, Aug 13, 2015 at 10:08 PM, Mike Carey <[email protected]> wrote: > > So where are we on feeds and metadata - the release blockers? > > (@Raman? Feed tutorial and API key? @Ildar? Your changes?) > > I'd suggest to complete the "Verify distribution rights" section on > http://incubator.apache.org/projects/asterixdb.html, before cutting a > release. > > Jochen > > > -- > Any world that can produce the Taj Mahal, William Shakespeare, > and Stripe toothpaste can't be all bad. (C.R. MacNamara, One Two Three) > -- Best regards, Ildar
