mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 05:48:37 +00:00
Bulk insert
This commit is contained in:
parent
f448f37754
commit
4f1f090ea0
2 changed files with 2 additions and 0 deletions
|
|
@ -389,6 +389,7 @@ namespace Cosmos.Debug.Common {
|
|||
var xLabels = new List<Label>();
|
||||
foreach (var xItem in aMap) {
|
||||
var xRow = new Label();
|
||||
xRow.ID = Guid.NewGuid();
|
||||
xRow.LABELNAME = xItem.Value;
|
||||
xRow.ADDRESS = xItem.Key;
|
||||
xLabels.Add(xRow);
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
Kudzu</h3>
|
||||
<ul>
|
||||
<li>SQL<ul>
|
||||
<li>Bulk inserts on ones wtih large - check counts</li>
|
||||
<li>Change SQL to EDM</li>
|
||||
<li>Remove in memory usages</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue