Ask Your Question
3

Is there a significant difference in the processing time of identical database queries when run on distinct tables in Postgres?

asked 2023-06-12 12:07:56 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-06-12 12:11:02 +0000

devzero gravatar image

The processing time of identical database queries can vary depending on several factors such as the size of the tables, the number of indexes, the configuration of the server, the amount of memory available, and the number of concurrent users. However, if two tables have identical data and structure, the processing time for identical queries should be very similar. There may be some negligible differences due to table statistics, but overall the performance should be comparable.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-12 12:07:56 +0000

Seen: 15 times

Last updated: Jun 12 '23