Marco Beelen

Results 8 comments of Marco Beelen
trafficstars

> It's a similar reason to why I've resisted creating view-specific styling (i.e. styles that are only used on a single view) ... I want the views to show a...

Hi, Running into the same problem as reported by @ggrossetie . I read the comments and did see a mention on an alternative. Is there an alternative available or is...

Running the query resulted in a whole list of Queries. ### Loading the Metadata Several slow ones (+20sec) are all loading the CONSTRAINT ``` SELECT kc.CONSTRAINT_NAME,kc.TABLE_NAME,kc.COLUMN_NAME,kc.ORDINAL_POSITION FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE kc WHERE...

### DBeaver SQL Log [dbeaver_sql_20220517.log](https://github.com/dbeaver/dbeaver/files/8711576/dbeaver_sql_20220517.log) ### Additional observation If I click 'Cancel' during the waiting on the loading of the Metadata, the result pane will be filled directly and correctly.

@Matvey16 : Yes my database is located at remotemysql.com. Running the same query using different clients (IntelliJ and mysql cli) is much faster. - intellij: 9 rows retrieved starting in...

I can concur that disabling those options will result in much better performance for select queries with the purpose of just viewing the data. (Result show up in ms vs...

In the `workspace.dsl` I have `!docs docs` The fact that the .adoc-file and the included file reside in a subdirectory is lost when triggering the processing of the .adoc-file. I'm...

@jp7677 I did some research into this topic in order to create a PR, but I fail to see a path forward. The problem I see is that there is...