Tables and Views

Hi,

I am porting on your platform an existing application which uses tables and views in a MySQL environment. The views are a compilation of a given table in a specific set of date ranges so that it is easier and faster to retrieve the precompiled date.
Do you have something equivalent? Any method to follow?

Hi Tapuat,
Sorry, but we don’t have the implementation of views in the Backendless Data Service. And as I know it is not in the nearest plans to make it.

Regards, Ilya

No Problem. Is there any advisable method to follow so that speed does not become a concern?

Please, provide us more information about your use case.
It will allow us to give you some advice.
What data structure would you like to have? How will it be used?

Regards, Ilya

With pleasure.

I have a table named ‘ratings’ where users rate a content.
I then issue a daily report of these ratings that offers different charts: daily, weekly, monthly and others.
I was using views to pre-compile these data so that when querying them the backend would not have to compute them each time.

Does that make sense or you need more details?