Skip to content

[Model management] Save/Load Model into a Relational Database (SQL Server) #4285

Open
@CESARDELATORRE

Description

@CESARDELATORRE

From feedback from a customer using SQL Server Functions and Stored Procedures implemented in C#:

Basically, would be good to have an API like the following:

.SaveModelToDb()
.LoadModelFromDb()

The reasons and scenarios are because you run C# code only as code running within SQL Server such as a C# SQL Server Function or a Stored Procedure that is scoring an ML.NET model while doing a query or transactions.

And not just for scoring but also for saving the model after training close to the database.. and since it is a table you could also have multiple model versions..

Another scenario would be for traditional client/server apps with the client apps directly accessing a database...

Doing it that way everything would be held, and more importantly, secured in the database server without external dependencies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Priority of the issue for triage purpose: Needs to be fixed at some point.enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions