Hi All,
I'm implemented a customer project using CloudKVS from @Erel. I keep all the original CloudKVS API and implemented custom business logic on top of the standard APIs.
The problem is that for my specific case (on top implementation), the Clients KVS has a performance problems when there are many records within the database.
I found a solution: using SQLite Expert I (physically) delete all the orders items and it works fine (customer doesn't need to keep them).
But this solution is not optimal because I have to do it manually each 1 or 2 months and connect to the CloudKVS Server of the customer to replace the main db.
Is there an alternative solution that I don't known ?
Thanks in advance
Luca.
I'm implemented a customer project using CloudKVS from @Erel. I keep all the original CloudKVS API and implemented custom business logic on top of the standard APIs.
The problem is that for my specific case (on top implementation), the Clients KVS has a performance problems when there are many records within the database.
I found a solution: using SQLite Expert I (physically) delete all the orders items and it works fine (customer doesn't need to keep them).
But this solution is not optimal because I have to do it manually each 1 or 2 months and connect to the CloudKVS Server of the customer to replace the main db.
Is there an alternative solution that I don't known ?
Thanks in advance
Luca.