Support Requests: Browse | Submit New | Admin
If you store binary data within an object (property of type Og::Blob), this is retrieved each time you fetch an object. This is very slow, especially if you seldom use the binary data. My proposal is to introduce lazy properties, which are fetched only when accessed. A work around is to store the binary data in a separate table.
Add A Comment: