IntelliTect / IntelliTect.AspNetCore.SignalR.SqlServer

A Microsoft SQL Server backplane for ASP.NET Core SignalR.
Apache License 2.0
39 stars 5 forks source link

Max Table Size #14

Closed josematheus10 closed 11 months ago

josematheus10 commented 11 months ago

Are there plans to implement a routine to clean the table, using MaxTableSize and Blocksize?

ascott18 commented 11 months ago

It already does that. https://github.com/IntelliTect/IntelliTect.AspNetCore.SignalR.SqlServer/blob/master/src/IntelliTect.AspNetCore.SignalR.SqlServer/Internal/SqlServer/send.sql#L35-L66

josematheus10 commented 11 months ago

Nice, tanks @ascott18 !! Does this script run automatically?

ascott18 commented 11 months ago

That is the main send script - it runs on every single message sent.