Alex Chi Z.

Results 309 comments of Alex Chi Z.

yep, it's not included in this PR and I'll ship a separate one. I cannot select this PR as base branch b/c it's in the neon repo.

the commit is https://github.com/prisma/prisma-engines/commit/90625e842cf0b6a95e2f169b6e2b9f9e97ce8d12

Also included some changes from other PRs as https://github.com/prisma/prisma-engines/pull/4117/commits/30d3a77b9e3feb7e514d335dbf905bddc1759ce2 so that the next PR in the batch will not change any existing code. It will only add `wasm-connector` and `query-engine-wasm-api`...

I have refined the previous pull request to include all the changes outside of the WASM module, so that this PR's scope will only be adding the two new crates...

Hi @jkomyno, great work and this PR is very helpful for future integration with serverless drivers like https://github.com/prisma/prisma/issues/19409. We are doing similar experiments at @neondatabase and successfully compiled Prisma engine...

Could you please elaborate it in more details? Note that we must fetch equal size of rows for all columns.

> my opinion is: [col1_fetch_size= 15, col2_fetch_size= 10, col3_fetch_size= 0] -> [col1_fetch_size= 10, col2_fetch_size= 10, col3_fetch_size= 10] That's exactly what I want! Feel free to send a PR. If all...

> 迟先生好, > 看了你好多文章,哈哈哈哈,想问问BusTub项目支持编译成wasm,背后是出于什么考虑呢?另外,课程结束后可以发一份wasm版本给我([[email protected]](mailto:[email protected]))吗?非常感谢~ 可以在浏览器里跑;https://github.com/skyzh/bustub-web-shell

Unluckily some of the tasks might be postponed to v0.3. Stay tuned and thanks for your interest!

See risinglight-tutorial in this org.