LocustDB icon indicating copy to clipboard operation
LocustDB copied to clipboard

Blazingly fast analytics database that will rapidly devour all of your data.

Results 26 LocustDB issues
Sort by recently updated
recently updated
newest added

In this function you use the unsafe keyword for some safe expressions. We need to mark unsafe operations more precisely using unsafe keyword. Keeping unsafe blocks small can bring many...

the speed is great, but have to learn special SQL grammar.

LocustDB currently doesn't support explicit GROUP BY clauses, and instead implicitly performs GROUP BY of any non-aggregation expression if your query contains an aggregation expression. So e.g. `SELECT COUNT(1), page,...

Do you have any thoughts on sparse indexes and column preordering (like it is done in the Clickhouse, for instance)? I haven't found anything related (maybe it's already there, sorry...

STR: - load https://flatteningthecurve.herokuapp.com/data/canadatesting - execute `select cumulative_testing from default where province = "Ontario"` - you get: `Type error: Function Equals is not implemented for types Type { decoded: String,...

With https://flatteningthecurve.herokuapp.com/data/canadatesting ``` $ ./repl --load /tmp/canada_testing.csv locustdb> select * from default where province = 'Ontario' order by 'date' Some assumption was violated. This is a bug: top_n_asc not supported...

Currently everything uses FNV, but there may be better choices in particular for string data. Should set up some benchmarks and find out.

good first issue
performance

`count_by_passenger_count_pickup_year_trip_distance` is 50% slower after query refactor.

performance