A
A
Alice Cherry2019-07-15 17:28:45
Python
Alice Cherry, 2019-07-15 17:28:45

Will frequent database calls overload the system?

Hello! I need to count the number of characters in each message and put the results somewhere. If I count the characters and enter the result with each message in the database, won't this overload the bot? If yes, what are the alternatives?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2019-07-15
@dimonchik2013

so a bot or a DB?

M
Max Payne, 2019-07-15
@YardalGedal

Calculations are best done on what was created for this - in a programming language, in your case Python. And the result is already entered into the database.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question