Skip to content

Commit 21f5d9b

Browse files
Update README.md
1 parent 0a9e282 commit 21f5d9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ SELECT @SQLNET::New('x > y ? x+y : x*y').ValueInt('x', 1).ValueInt('y', 2).Eval
1717
##### Scalable
1818
Stop using **slow** user-defined function (UDF) and table-valued function (TVF) and **dramatically improve** query performance with Eval SQL.NET.
1919

20-
| Methods | 1,000 rows | 10,000 rows | 100,000 rows | 1,000,000 rows |
21-
| -------- | ---: | ---: | ---: | ---: |
22-
|Eval SQL.NET | 4 ms | 13 ms | 160 ms | 1,650 ms |
23-
|fn_split (TVF) | 100 ms | 625 ms | 5,500 ms | 55,000 ms |
20+
| Methods | 1,000 rows | 10,000 rows | 100,000 rows | 1,000,000 rows |
21+
| ------------- | ---------: | ----------: | -----------: | -------------: |
22+
|Eval SQL.NET | 4 ms | 13 ms | 160 ms | 1,650 ms |
23+
|fn_split (TVF) | 100 ms | 625 ms | 5,500 ms | 55,000 ms |
2424

2525
## Download
2626
**[Eval-SQL.NET-Install.sql](https://github.com/zzzprojects/Eval-SQL.NET/releases)**

0 commit comments

Comments
 (0)