-
I have reorganized the basic document structure and added some comments. Please write the content.
FYI, for local documentation,
```bash
cd docs
mkdocs serve
```
-
I think we need to catch those unit test fails that occur occasionally. Please refer to this insight [page](https://circleci.com/build-insights/gh/mozafari/verdictdb/master).
I have seen those err…
-
Using 81660fd, running a version of examples/meshrefine/loh1-slow-mr-order4.in but with restart.
One test that works fine (usgs ascii, sac binary) on restart is here:
performance/scec/LOH.1-h400-c…
-
Heath has proposed that the QWIPU files be reorganized to eliminate the DVD directories, and change the nesting ordering to be more parallel to J2J and LODES. This would mean reordering the nesting on…
-
Forking ssh off of #386.
To debug a containerized application, currently, a user can ssh to the host and then use nsenter/nsinit or docker exec to enter the container, or they could run their own ssh…
-
Hi
Thanks for creating this, it's amazing!
Just wondering if there are any plans of creating a ODBC driver to connect to verdict? I'm working on a PHP application and I would love to use verdic…
-
## Group Tasks
- [x] Review & post - Accessibility Design resources on the project wiki.
- [x] Review & post - GitHub Pages hosted Design resources on the project wiki.
- [x] Review & post - …
RJP43 updated
5 years ago
-
We introduced `@ibm/plex` in a recent release which caused a lot of our production services to miss out on the Plex styles we introduced in our v8 release. This issue is to revert this added peerDepen…
-
If you have `orders_scramble` scrambled table for `orders` table and run the following simple aggregation query:
```SQL
SELECT AVG(o_totalprice) as avg_price
FROM orders
```
VerdictDB execute…
-
JdbcTpchQueryForAllDatabasesTest has been changed sometime ago in MASTER to only run tests on redshift with query22.
Please refer to these two links: [link1](https://github.com/mozafari/verdictdb/bla…