Is it possible to update the database of adalo web app every second?

is it possible to update the database of adalo web app every second ??

Potentially, yes. Depending on what you’re updating.

What are you trying to achieve/what’s the use case?

2 Likes

MY USE CASE IS => I AM TRYING TO BUILD A PLATFORM JUST LIKE TWITTER WANNA KNOW, CAN I UPDATE THE TWEETS I AM POSTING CONTINUOUSLY WITH OUT REFRESHING THE PAGE AGAIN AND AGAIN, IS IT POSSIBLE WITH OR WITHOUT CUSTOM API ?? **[quote=“Erik, post:2, topic:18704, full:true”]
Potentially, yes. Depending on what you’re updating.

What are you trying to achieve/what’s the use case?
[/quote]

**

Understood.

The answer is yes - you can build this with Adalo. Adalo lists have a setting to “auto update”.

Note: this is very different than “update the database of adalo web app every second”. That would imply performing a CRUD (create, read, update, delete) action every second, 24 hours a day. Which could be resource intensive, depending on the action you’re performing. The list update feature is a data listener, which is a lot easier for the DB and won’t slow down the user experience as much (note that if you have too many of these it will).

Hope that helps & answers your question.

image

2 Likes

I have also same issue any suggestion for this so please reply. Thanks in advance.

Hi,

Does my reply above not answer your question?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.