Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deferred access for large objects #12

Open
GoogleCodeExporter opened this issue Feb 14, 2016 · 0 comments
Open

Deferred access for large objects #12

GoogleCodeExporter opened this issue Feb 14, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

When a large objects are read from an input along with a bunch of other
fields (eg metadata about the object) and then the metadata is processed by
several expensive operations, it sometime make sense to defer the retrieval
of the large object and go back to the input to fetch the large object
after processing.  We could do few things here:

1. support large object handles that are fetched later.
2. a cost-based rewrite that considers early vs late fetching of the large
object.

At a minimum, we should do what is necessary to allow a user to do this
manually without a lot of effort.

Original issue reported on code.google.com by [email protected] on 20 Mar 2009 at 9:29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant