educloudalliance / eca-auth-data

Common gateway of user data to all other services.
MIT License
0 stars 1 forks source link

It should be possible to query only changed data from the API #4

Open derega opened 8 years ago

derega commented 8 years ago

The database can grow quite large and it would be beneficial to be able to query only the data which has changed after certain timestamp.

It might be impossible to implement this with external data sources.

jussih commented 8 years ago

The changed_at query attribute was implemented, but it works only on local db. There is no reliable way to implement this with all the external data sources.