Timeout on large file upload

  1. I use the separate table so I can put an ‘owner’ column on it, which I need in order to generate the view but don’t need on the main table.

  2. Yes, the client writeable view avoids the timeout because it doesn’t make a server call.
    (Well, there’s a server call to get the view, but there’s no call involved in uploading the file which is where the timeout would occur).