Skip to content

Commit

Permalink
expanding on the transport layering
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed May 17, 2018
1 parent 80b1a9d commit 6aafcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/Diagnosing_Issues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You may experience situations where you incur performance issues or unexpected r

== General Diagnostic Process

* When there is an issue, start by isolating a problem query as much as possible. If accessing through ODBC or OData, does a similar issue occur just through JDBC. In whatever scenario the issue occurs, the particulars matter - what sources, if there is a transaction, load, etc.
* When there is an issue start by isolating a problem query as much as possible. OData, REST, and pg/ODBC access are layered on JDBC. If not accessing through JDBC, does the issue occur when using JDBC? If not, then the issue is at the transport layer rather than at the engine level. In whatever scenario the issue occurs, the particulars matter - what sources, if there is a transaction, load, etc.
* Don't make too many assumptions
** For example memory consumption can be heavily dependent upon drivers, and a resulting out of memory issue may only be indirectly related to Teiid
* Start with the query plan - especially with performance issues
Expand Down

0 comments on commit 6aafcfe

Please sign in to comment.