You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a notion database , I am retrieving the data from the notion database , for each request in am retrieving 10 records and I am giving it as the API response, now the issue is :
I had a field called tags in the database and its a multi-select filed , every record will have one or more tags , so now we got a feature to implement which is, we have to show set of all the tags which are in the complete database in the tags field along with the 10 records which we sent as a response, i want the best approach to implement so that it doesn't increase the time of execution of the script
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am having a notion database , I am retrieving the data from the notion database , for each request in am retrieving 10 records and I am giving it as the API response, now the issue is :
I had a field called tags in the database and its a multi-select filed , every record will have one or more tags , so now we got a feature to implement which is, we have to show set of all the tags which are in the complete database in the tags field along with the 10 records which we sent as a response, i want the best approach to implement so that it doesn't increase the time of execution of the script
Beta Was this translation helpful? Give feedback.
All reactions