forked from heavyai/heavydb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gathering calcite server changes Move to a pooled server Correct default user data to only use current user Add algebra test Add multithread support test start tidy up add Multithreaded junit test Add threaded test to junit NOTE: if high thread count and lots of cycles may need to reuse wait connections. On linux do the following: echo "1" > /proc/sys/net/ipv4/tcp_tw_recycle echo "1" > /proc/sys/net/ipv4/tcp_tw_reuse Pool Parsers Perfectly Move to pooled model Code cleanup add overides Lazy table loading in calcite Some code cleanup
- Loading branch information
1 parent
459c434
commit e371a50
Showing
13 changed files
with
645 additions
and
449 deletions.
There are no files selected for viewing
297 changes: 78 additions & 219 deletions
297
java/src/main/java/com/mapd/calcite/parser/MapDCatalogReader.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.