This is a migrated thread and some comments may be shown as answers.

Growing tables and query delays

1 Answer 57 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
İlkay
Top achievements
Rank 1
İlkay asked on 28 Jun 2016, 10:27 PM

I have a backend table for my native application. The number of record is growing fast. What is the constraints for data query of high loaded tables?

For example, if a table has 500.000 data, will it be any delay during data query/insert/delete/update on this table?

Thanks much.

1 Answer, 1 is accepted

Sort by
0
Dimitar Dimitrov
Telerik team
answered on 30 Jun 2016, 12:11 PM
Hi İlkay,

Currently we do not have any clear constraints set for the query performance over large database. It is expected to have a small delay of the crud operation along with the increasing number of items in your tables.

Basically the structure of your tables and the type of queries are the main thing to consider.

To be more specific the create operations might not be affected as much as the other operations - read and update queries, which depend on the number of items in the table. By default there are no indexes created on any field. This means that if you have a set of such operations, they can be additionally optimized by creating an index depending on the type of query. We can assist with this as soon as you experience any slowness of your queries. The delete operations also depend on the type of filter that you provide.

Hope this information will help you.

Regards,
Dimitar Dimitrov
Telerik
 
Everlive is now Telerik Backend Services, and is part of the Telerik Platform.
 
Tags
General Discussion
Asked by
İlkay
Top achievements
Rank 1
Answers by
Dimitar Dimitrov
Telerik team
Share this question
or