flamber

Results 177 comments of flamber

@emetselaar I don't know if it will help or cause more problems, so please use with caution. The 15 connections per database is a current default, but with PR #9788,...

@Mapiarz Please post "Diagnostic Info" from Admin > Troubleshooting, and which database you're seeing this with. And logs from Admin > Troubleshooting > Logs. And any process/connection stats from your...

@Mapiarz You should use the support email, when using the Enterprise Edition. Also, the latest release is 1.36.7 I don't know which database you're showing logs from, but I'm guessing...

@Mapiarz Okay, very helpful information. Are you using SSH tunnel? Still the log will show details about threads, connections, queues etc like: `2020-10-15T15:58:19+02:00 DEBUG metabase.middleware.log POST /api/card/1471/query 202 [ASYNC: completed]...

@Mapiarz Very useful information. Thank you! I'm not sure if this is specific to Metabase Cloud or not, but we'll look through this and figure out a way to reproduce...

@camsaul Talking with @Mapiarz via ticket 4075. There's more things going on and it isn't closing idle connections.

@escherize Is this going into 45 or 46? If 45, then you need to add `backport` label to this PR.

@rturk Metabase is not based on `openjdk8:alpine`: https://github.com/metabase/metabase/blob/master/bin/docker/Dockerfile#L1 But that is off topic from this issue. Please use the forum for questions and troubleshooting: https://discourse.metabase.com/

Redshift used to require a very alternative approach than Postgres, but now it's possible to do something like this: ```SQL SELECT * FROM "my_table" WHERE "my_column" = ANY(STRING_TO_ARRAY(REGEXP_REPLACE(TRIM({{text_input}}), '\\s*,\\s*', ','),...

Serialization v1 works on object names, as it has always done (ex. #15285), so a different name is new object. The entity_id was added as part of Serialization v2, which...