Skip to main content
September 15, 2023
Question

Retrieving a base64 document from DB larger than 1MB

  • September 15, 2023
  • 3 replies
  • 0 views

Hello,

I'm retrieving from DB base64 documents by record types from CDT queries and using it in the app, and I am having a problem when retrieving them.

The application should be able to work with documents up to 2 MB, but the limit for queries is 1MB.

Is there any way to increase this limit?

3 replies

stefanhelzle0001
Brainy
September 15, 2023

I think that the base64 approach is a problematic design decision. What do you want to achieve? Why do you store documents in DB at all?

September 18, 2023

The design is already made and we have to work with it. What we want to do is to collect the files and display them for review by Appian users

stefanhelzle0001
Brainy
September 18, 2023