Page History
A query runs for awhile, then an error occurs, well before the 180 second timeout
There are other timeouts that might need to be configured:
- php timeout (default_socket_timeout in php.ini) too small
- Apache/IIS timeout too small
- Wildfly worker thread pool too small
- IIS PHP Fast CGI Activity Timeout might be set to 30 seconds by default. (Go to IIS --> Fast CGI Settings --> Edit )
The webclient keeps saying "The PM Cell or the address in the properties file is incorrect."
...
- Must be tested
- Must include unit tests (for new features)
- Must include documentation (can be part of the pull request)
Tips for Optimizing i2b2 query speed
Postgres
- Do not use '%' in any concept code. In Postgres, this is known to prevent the database from using indexes.
- In Postgres, consider using table partitioning
MSSQL
- Use clustered columnstore indexes for the fact table.
All platforms
- If your fact table is extremely large, consider splitting it into multiple fact tables.
- ... more to come...
I can log in, but nothing else works. On the server, I see a lot of "invalid session" errors in the Wildfly log
Your database server and Wildfly server might not have the same system date and time. Make sure they are the same, and that they are in the same time zone.