Comment 7 for bug 1727557

Revision history for this message
Chris Sharp (chrissharp123) wrote :

That's a really interesting idea. I read through the documentation on this and found that implementing bundled mode might require some redesign of the current code. Bundled mode appears to only be available when defining the schema statically (https://github.com/google/lovefield/blob/master/docs/spec/07_spac.md) in a YAML file that gets processed into automatically generated code. Right now we generate the schema dynamically (https://github.com/google/lovefield/blob/master/docs/spec/01_schema.md).