View Issue Details

IDProjectCategoryView StatusLast Update
0007993VALENTINA SERVERDatabasepublic2017-07-13 13:37
ReporterChris Zakrewsky Assigned ToIvan Smahin  
PriorityhighSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
PlatformALLOSALLOS VersionALL
Product Version7.1.x 
Fixed in Version7.3.x 
Summary0007993: Slow query feature (badly needed)
DescriptionWhen prototyping a new database schema it is very difficult to find out where the most time is/will be actually spent before the cursor is returning the results.

This is especially complicated issue when the API mode is intermixed with the SQL mode style programming. There is not a whole lot basis to perform SQL optimizing by hand without having some meaningful statistics at hand.

There are two main areas affected:

1. The latency (lapsed time between initiating the query on the client side and the moment the server side actually is starting execution of the query against the tables)

2. The bandwidth (lapsed time between server side actually starting execution of the query against tables and is ready for returning the results, for example in the cursor)


It would be very helpful to be able to separate statistics in such way that both areas could be gauged separately.

The latency stats should also lapse the time spent in opening/closing connections and similar chores.

The aim is to identify bottlenecks in client-server solutions, where the database is one part and the API another.
TagsNo tags attached.

Issue History

Date Modified Username Field Change
2017-06-28 14:55 Chris Zakrewsky New Issue
2017-07-06 07:55 Ivan Smahin Assigned To => Ivan Smahin
2017-07-06 07:55 Ivan Smahin Status new => assigned
2017-07-13 10:31 Chris Zakrewsky Note Added: 0009798
2017-07-13 13:37 Ivan Smahin Status assigned => resolved
2017-07-13 13:37 Ivan Smahin Fixed in Version => 7.3.x
2017-07-13 13:37 Ivan Smahin Resolution open => fixed