adsharma
adsharma
Here's the latest CI run: https://github.com/adsharma/pgserver/actions/runs/15989105055/job/45098825773 Looks like the packages are built. pgserver is ok, but psql crashes on startup. Any insight into what may be going on?
https://github.com/adsharma/pgserver/tree/pg17 has the most recent updates. Had to give up on orioledb branch for now due to a non-working psql client binary.
https://github.com/kuzudb/kuzu-docs/issues/611 may be related
Confirmed that after I set `max_db_size` to a more reasonable number, `pkill -9 script.py` terminates the process a lot faster.
The segfault was caused by a bug in the extension I wrote. Fixed now. There is a workaround (set `max_db_size`). Thanks for the pointer to the paper. Similar techniques exist...
This is the same test case from README.md slightly modified: ``` - id = Column(Integer, Sequence("fakemodel_id_sequence"), primary_key=True) + id = Column(Integer, primary_key=True) ```
Thanks. One of those workarounds might help me. But I still don't understand why isn't this a problem for sqlite: ``` 2025-01-08 16:02:23,363 INFO sqlalchemy.engine.Engine [raw sql] () 2025-01-08 16:02:23,364...
After this commit, duckdb works and sqlite breaks. I've switched to the duckdb-engine now. https://github.com/adsharma/fquery/commit/b2e35ebc2519b73fcd6549df9654dbe03159ee67
If opencode evolves into a general purpose platform beyond coding, people may have a lot of state sitting around. Scalability: pgvector > sqlite-vec The main reason people prefer sqlite is...
Any chance that we can install it with a different package manager? Lots of good holiday deals on Snapdragon laptops.