我滴个乖乖
This commit is contained in:
22
ZelWiki.Repository/Scripts/InsertCompilationStatistics.sql
Normal file
22
ZelWiki.Repository/Scripts/InsertCompilationStatistics.sql
Normal file
@@ -0,0 +1,22 @@
|
||||
INSERT INTO CompilationStatistics
|
||||
(
|
||||
[PageId],
|
||||
[CreatedDate],
|
||||
[WikifyTimeMs],
|
||||
[MatchCount],
|
||||
[ErrorCount],
|
||||
[OutgoingLinkCount],
|
||||
[TagCount],
|
||||
[ProcessedBodySize],
|
||||
[BodySize]
|
||||
)
|
||||
SELECT
|
||||
@PageId,
|
||||
@CreatedDate,
|
||||
@WikifyTimeMs,
|
||||
@MatchCount,
|
||||
@ErrorCount,
|
||||
@OutgoingLinkCount,
|
||||
@TagCount,
|
||||
@ProcessedBodySize,
|
||||
@BodySize
|
||||
Reference in New Issue
Block a user