Oren Efraimov
Oren Efraimov
The Scylla version is `2021-02-15T01:57:05Z` (`4.5`) The example of output returned from the command (the result code is `0`) are : ``` com.datastax.driver.core.exceptions.SyntaxError: line 1:49 : missing elements... com.datastax.driver.core.exceptions.SyntaxError: line...
> Sure thing! > > Does anyone have any ideas on how we can optimize that? I think I found a solution, it is much faster than the current code....
> I believe having ndiff skip long lines may be a major win there Why not try to improve `ndiff` method? Can I open a PR that fixes it?
> `ndiff` is from the `difflib` standard library module, do you mean to reimplement it? Yes, I know it's a standard library function. I was thinking of trying to improve...
@RonnyPfannschmidt @nicoddemus The solution I thought was simple to implement is not that simple. Why not create a new view for large objects? It can only be enabled if the...
In my opinion, the best way is to create for ourselves the output we want to return to the user. Thus, we will not be dependent on packages with slow...
You're right. I will open PR later today, and we can have a discussion there about a basic solution.