Noland
Noland
Has anyone confirmed that Prisma actually needs this much memory to run or is the JVM just taking this much and Prisma happily uses it? ie. can we configure the...
I restricted the `mem_limit` in `docker-compose.yml` to test if Prisma or its JVM looks at available memory of the container and constrains itself accordingly. It does not. Even for a...
Very excited for the Rust implementation. This would allow me to use Prisma in a lot more projects. I do a lot of remaking old software by virutalization/cloudifying the same...
Has anyone found a workaround for this? This is a show stopper for my app that stores JSON objects of about 350kb. It seems this isn't a postgres limit but...
Can you just gzip the value into a string? JSON often compresses pretty well. You could also make your field an array of strings and chunk your data. On Mon,...
My assumption is that it was a lowest common denominator issue to harmonize the various DBs. On Mon, May 13, 2019, 2:46 PM Gordon Mickel wrote: > I used gzipping...
This is rather counter-intuitive behaviour. I would expect all failures of the token to be silent if `credentialsRequired: false` is set.
Having quick, easy, and somewhat error and typo controlled management of JSONB pseudo-foreign key relationships in Hasura Console would be amazing. It opens the door to creating some very flexible...