mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 17:20:14 +00:00
Move count stat collecting to raw SQL
This commit is contained in:
parent
767a37e637
commit
2038f023a0
3 changed files with 19 additions and 46 deletions
|
|
@ -283,25 +283,5 @@ namespace PluralKit.Core {
|
|||
/// Deletes all switches in a given system from the data store.
|
||||
/// </summary>
|
||||
Task DeleteAllSwitches(PKSystem system);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the total amount of systems in the data store.
|
||||
/// </summary>
|
||||
Task<ulong> GetTotalSystems();
|
||||
|
||||
/// <summary>
|
||||
/// Gets the total amount of members in the data store.
|
||||
/// </summary>
|
||||
Task<ulong> GetTotalMembers();
|
||||
|
||||
/// <summary>
|
||||
/// Gets the total amount of switches in the data store.
|
||||
/// </summary>
|
||||
Task<ulong> GetTotalSwitches();
|
||||
|
||||
/// <summary>
|
||||
/// Gets the total amount of messages in the data store.
|
||||
/// </summary>
|
||||
Task<ulong> GetTotalMessages();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue