chinnasoft / student-project-netcracker

Automatically exported from code.google.com/p/student-project-netcracker
0 stars 0 forks source link

Проверить скорость записи в БД Oracle и MySQL #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Проверь пожалуйста сколько по времени 
займет запись 5000 записей в MySQL и Oracle. Для 
каждой БД запусти тест несколько раз. 
Результаты напиши пожалуйста сюда.

Original issue reported on code.google.com by tro...@gmail.com on 3 Dec 2012 at 6:32

GoogleCodeExporter commented 9 years ago
MySQL speed test will be done today's evening or tommorow

Original comment by krygina...@gmail.com on 4 Dec 2012 at 5:18

GoogleCodeExporter commented 9 years ago
I have finished MySQL DB speed test. I did 10 measurements in 4 Java classes: 
insert.java, update.java, select.java, delete.java(all this classes in 
attachment MySQL DB Speed test Classes.zip). Results in attachment MySQL DB 
Speed Test.xls. For comparision with Oracle DB need to do another 10 
measurements using this 4 classes but connect to Oracle XE. For correct results 
need to create same Table in Oracle XE. In attachment create_test_table.sql 
mysql table create statement. 

Original comment by krygina...@gmail.com on 5 Dec 2012 at 3:54

Attachments:

GoogleCodeExporter commented 9 years ago
I have finished Oracle DB speed test. The comparative results in attached file.

Original comment by tro...@gmail.com on 7 Dec 2012 at 12:57

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by tro...@gmail.com on 17 Dec 2012 at 7:53