SQLAlchemy: Polyfill for transparently synchronizing data with REFRESH TABLE
#83
Labels
question
Further information is requested
REFRESH TABLE
#83
About
Because CrateDB does not immediately flush data to disk, applications relying on that behavior will fail. This becomes immediately appearant when running the test suites of typical SQLAlchemy applications.
Recently, we started working on unlocking MLflow and LangChain, and needed to patch SQLAlchemy, adding a bit of compensation to satisfy their test cases.
Proposal
Provide corresponding functionality through a dialect parameter like
crate_refresh_after_dml
orcrate_synchronize_all
, or find a different solution to the same problem.References
The text was updated successfully, but these errors were encountered: