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
When trying to insert UDF written in WASM according to scylla docs (with rust helper) cqlsh takes 2h to insert it (I tried to use it by providing input from file, as query is >1MB in size, cli also does not work well, but this is another story as I don't expect it to work smoothly).
It shouldn't take that long, especially when inserting using Python driver takes a lot less time.
The text was updated successfully, but these errors were encountered:
What do you mean "insert UDF"? Do you mean a CREATE FUNCTION?
How could that take 2 hours?
Can you provide an example that reproduces this?
If the Python driver does it quickly and cqlsh doesn't, it sounds like it might be a cqlsh bug, but I'll have to see an example to try to understand this.
When trying to insert UDF written in WASM according to scylla docs (with rust helper) cqlsh takes 2h to insert it (I tried to use it by providing input from file, as query is >1MB in size, cli also does not work well, but this is another story as I don't expect it to work smoothly).
It shouldn't take that long, especially when inserting using Python driver takes a lot less time.
The text was updated successfully, but these errors were encountered: