Replace Fabric Lakehouse in place of SQL #625
Unanswered
gauthami-tech
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
We are currently exploring the possibility of migrating the SQL-based Leaf Application and Clinical database to Microsoft Fabric Lakehouse in order to improve performance and handle increasing data volume.
While reviewing the project, it appears that the Leaf database relies heavily on SQL Server–specific features, including a large number of stored procedures. For example, in the repository:
src/db/build/LeafDB.Data.sqlsrc/db/build/LeafDB.Exec.sqlsrc/db/build/LeafDB.Init.sqlThese scripts contain several SQL Server–specific components such as:
From our understanding, Fabric Lakehouse (and its SQL endpoint) currently supports:
SELECTINSERTUPDATEHowever, it does not fully support SQL Server stored procedures and some other advanced features that Leaf appears to rely on.
Has anyone attempted to run or migrate Leaf using Fabric Lakehouse instead of SQL Server?
If so, could you share your experience or guidance on the following:
Any insights or suggestions would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions