Skip to content

Conversation

@pydanny
Copy link
Contributor

@pydanny pydanny commented Nov 22, 2024

Replaces the built-in Python binding with the apsw library

Reasons:

  • Improved performance: Internal tests show it can handle ~100-200x more concurrent reads than sqlite3
  • Easier to config
  • Better stack traces
  • More precise errors, including built-in support for Busy Handling

Source #44

Aftermerge tickets

@pydanny pydanny changed the title Early pass at apsw integration sqlite3 => apsw Nov 22, 2024
pydanny and others added 5 commits November 25, 2024 09:30
Co-authored-by: Audrey Roy Greenfeld <arg@answer.ai>
Co-authored-by: Audrey Roy Greenfeld <arg@answer.ai>
Co-authored-by: Audrey Roy Greenfeld <arg@answer.ai>
Co-authored-by: Audrey Roy Greenfeld <arg@answer.ai>
Co-authored-by: Audrey Roy Greenfeld <arg@answer.ai>
@jph00
Copy link
Contributor

jph00 commented Nov 26, 2024

@pydanny: Let's move this over here -- maybe init the repo by copying in your apsw minutils branch to main here?:
https://github.com/AnswerDotAI/apswutils

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants