I’m finding Bubble amazing! But one thing that is worrying me is the latency is quite long to retrieve a single search record.
I have a data type called Hashtags, which is fairly simple. Besides the default unique_id attribute, it has a name field and a counter.
Whenever a user adds a hashtag, I want to verify that a hashtag object with that name does not already exist.
For some reason, this can take several seconds - why?
I tested creating a hashtag (add) without the search and it was almost instantaneous.
Can anyone advise? I’m guessing Bubble’s db are indexed? I heard that indexed database tables are very fast for searching as described above.
I’m not doing any complicated table joins, just looking for a single record in a very small list of records of a particular type…
Thanks!