Burak Emre Kabakcı
Burak Emre Kabakcı
The memory problem is not caused by Python. `SELECT r.gid,rn.name, an.name FROM recording r JOIN track_name rn ON r.name = rn.id JOIN artist_credit ac ON r.artist_credit = ac.id OIN artist_name...
What's the recommended strategy right now?
@drewbanin The only way to make it work in Presto is `delete + insert` at the moment but Presto supports transactions to some extent. (https://prestodb.github.io/docs/current/sql/start-transaction.html) The problem is that Presto...
I realized that I actually created a relevant thread in Google Groups 2.5 years ago. :) Here is the link: https://groups.google.com/forum/#!searchin/jackson-user/user$20friendly%7Csort:date/jackson-user/uANVNXoi9HI/46YVwrBUAgAJ I still think that it would be great if...
@tekumara Thanks for creating this library! I was using this library but needed something similar so I built a proxy of V1 API by reverse engineering the Snowflake clients. I...
While the combination of DuckDB PyArrow PyIceberg support covers this use-case, the extension is much more efficient than loading the data into PyTable. I would love to see the support...
I wonder if it would be possible to use Webassembly to support multiple languages. SingleStore (1) has something similar, and given that Duckdb already has a wasm adapter for running...
That's great! I have been testing the scalar UDFs and they're pretty neat. However; we don't support the table & aggregate functions, right? Do you think that we should use...
Great emphasis on the the hybrid approach and the integration with internal tools. I'm also doing proof of concept with Toolpad and it looks great so far. For the hybrid...
Thanks for the answer Jan! I agree that most tools separate the "exporting" feature in a way that you can't go back to the visual editor but I'm trying to...