You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.
Hi,
I run the acmeair benchmark on ppc with cassandra.
I got an error from the cassandra driver, because fromDateWeb
is undefined.
The reason is that the date string generated by __generateDate can't be parsed
by javascript Date(). The format for this date string is generated here.
For my time zone it results in a string like this:
Wed Nov 16 00:00:00 CET 2016
In case of mongodb, I don't get an error. However, the query doesn't find any fligts.
After fixing this issue, the through-put is slightly decreased and the footprint after load is higher.
I created a pull request for the acme-driver repository.
The text was updated successfully, but these errors were encountered:
Hi,
I run the acmeair benchmark on ppc with cassandra.
I got an error from the cassandra driver, because
fromDateWeb
is undefined.
The reason is that the date string generated by __generateDate can't be parsed
by javascript Date(). The format for this date string is generated here.
For my time zone it results in a string like this:
Wed Nov 16 00:00:00 CET 2016
In case of mongodb, I don't get an error. However, the query doesn't find any fligts.
After fixing this issue, the through-put is slightly decreased and the footprint after load is higher.
I created a pull request for the acme-driver repository.
The text was updated successfully, but these errors were encountered: