Is having four indexes in one table too much?
Does backendless have a limit? How much does it add to the size of the table?
Is having four indexes in one table too much?
In depends on how much records you have in your table.
Does backendless have a limit?
No, we don’t limit the number of indexes. But there can be a limit on a DB level.
How much does it add to the size of the table?
Again, it depends on the number of records and the type of a column you add the index for.
We use MySQL database underneath. So if you need detailed information on last two questions you should check mysql forums.
Best Regards,
Maksym