generated from Ed-Fi-Exchange-OSS/Template-for-GitHub
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RND-668] Compare ODS/API 5.3 bulk load with outcomes of RND-658 (#315)
* Compare ODS/API 5.3 bulk load with outcomes of RND-658 * Fixes typo
- Loading branch information
1 parent
9be8824
commit 6810c29
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
docs/performance-testing/RND-668-raw-data/bulkload/raw-results.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Bulk load - raw results: | ||
|
||
00:01:05.765 | ||
00:01:11.833 | ||
00:01:08.559 | ||
00:01:05.138 | ||
00:01:07.297 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# RND-668 - Compare ODS/API 5.3 bulk load with outcomes of RND-658 | ||
|
||
## Virtual Machine setup | ||
|
||
It's essentially a **t2.2xlarge** on AWS: | ||
Platform: windows Server 2022. | ||
Number of vCPUs: 8. | ||
Storage: SSD with 80Gb. | ||
Memory: 32 Gb. | ||
|
||
### Procedure | ||
|
||
We'll be running the bulk load script on the ODS API v5.3. | ||
The average time for MongoDb and Postgres has been taken from | ||
[RND-658](https://github.com/Ed-Fi-Exchange-OSS/Meadowlark/blob/main/docs/performance-testing/RND-658.md) | ||
|
||
### PostgreSQL | ||
|
||
AVG time: 1:34:318 | ||
|
||
### MongoDB | ||
|
||
AVG time: 03:28:191 | ||
|
||
### ODS API | ||
|
||
AVG time: 01:07:718 |