Jon Bartels
Jon Bartels
I run this in PROD routinely and its fast enough and no impact for my deployments. A challenge with reporting on MC is that the tables are lightly indexed. This...
https://gist.github.com/jonbartels/b961574b2043b628f1b0fd96f440179b#gistcomment-4794607 ooh yea I see your update. Performance on that is going to be tough because PG will have to do a table scan. Since the Primary Key is sequential...
> I have a feeling it'll still be slow, given that yours never completed either. [And I took that personally :P :P ](https://i.kym-cdn.com/entries/icons/facebook/000/035/410/Screen_Shot_2020-10-05_at_11.51.58_AM.jpg) . I _like_ tuning DB queries and...
There is also a nice HTML rendering at https://github.com/pacmano1/Mirth-Snippets/blob/main/mirth.html
I was thinking about how to do this. I found out that one can introspect the schema using JDBC like this http://www.java2s.com/Code/Java/Database-SQL-JDBC/Getalltableschemas.htm Once you can iterate over the tables, columns,...
Discussed at https://github.com/nextgenhealthcare/connect/discussions/6087 I have two ideas for solutions: - Is it possible for the Mirth tarball to include the tahoma fonts? Both technically (like can Swing read the TTF...
Is the log output you posted from the Mirth admin GUI or from `mirth.log`? `mirth.log` will often have a more complete stack trace. Have you tried altering your log properties...
Linking the issue https://github.com/nextgenhealthcare/connect/issues/5629
@petegam does your workaround modify the installer before the installer is executed or is that conf file in the installed application? Given that OP is able to block the behavior...
See https://github.com/nextgenhealthcare/connect/discussions/5789