-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some Data Freeze/Thaw Issues #13
Comments
Thanks for the report. I can reproduce the error, and will look into the problem. BTW, when you load the data, you should load them in a single transaction for a much faster load.
|
Release 0.2.17 fixes this issue. Thanks. |
Fantastic. Thank You. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @huahaiy ,
I love the idea of Datalevin and have been toying with the idea of generating DBs for scientific data that I could then distribute (e.g. sqlite for datalog). I have tried to use Datalevin on a download from the NPAtlas and in doing so have encountered a few errors/bugs that I am hoping you can help me resolve.
Errors Observed
I've posted a hopefully reproducible example as a gist. In this example, after I process and load the file in to a DB I run into a few errors during the query.
Not all queries are broken but when I query using for
:smiles
I run into issues. These are strings with a bunch of special characters and I wonder if there is some string-escaping happening somewhere during the freeze. I was able to nippy-freeze/thaw on them so that could be wrong but it is my best guess.System Environment
I'm on OSX with Clojure 10.1, Java 8, and DataLevin 0.2.16
The text was updated successfully, but these errors were encountered: