OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Commented: (ODATA-296) Change tracking may require server-side state, but client cannot advise server to stop tracking in order to allow server to release resources


    [ http://tools.oasis-open.org/issues/browse/ODATA-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=33406#action_33406 ] 

Evan Ireland commented on ODATA-296:
------------------------------------

Ralf Handl wrote (in a private conversation):

... keeping a "change log" of keys plus the "delta-filterable" properties is an acceptable alternative to per-client state that is appropriate for scenarios with many clients and low frequency of changes for delta-filterable properties, or in scenarios with auditing requirements that force keeping such a "change log" anyway. It also is "for free" in temporal schemas / databases which are typical in HR- and Financials-related systems.

In cases where per-client state scales better it may be feasible to "age" the per-client state and remove it when it hasn't been accessed for some time. OData V4 already defines a mechanism for "outdated" delta links by responding with 410 Gone. This also covers cases where clients forget (or don't bother) to "unsubscribe" to changes.

So at this point I have been convinced to close the issue without action.

> Change tracking may require server-side state, but client cannot advise server to stop tracking in order to allow server to release resources
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ODATA-296
>                 URL: http://tools.oasis-open.org/issues/browse/ODATA-296
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Improvement
>          Components: OData Protocol 
>    Affects Versions: V4.0_WD01
>         Environment: [Proposed]
>            Reporter: Evan Ireland
>             Fix For: V4.0_WD01
>
>
> The protocol spec (2013-03-12) states in section 10.3 Requesting Changes:
>   "The delta link MUST conceptually encode the following information..."
> One common implementation of change tracking (where filters are used in the original request) is for the server to persist some state (for each client that it is tracking changes for), e.g. a list of primary keys. Otherwise it can be difficult or expensive to calculate an appropriate delta set when the client wants to receive updates, especially if filtered (non-key) properties have been changed in the interim.
> (In particular, if the server does not persist some state for each client, the size of a delta link may be excessive if the set of tracked entities is large).
> The problem here is that the OData protocol doesn't appear to define a mechanism for a client to notify the server:
> (1) That it no longer wishes the server to track changes for it, or
> (2) That it wishes to modify its filter criteria.
> So for issue (1)  the server doesn't have the opportunity to delete any server resources (e.g. persistent state) that it has retained on behalf of the client.
> And for issue (2) if the client uses a brand new filter with change tracking enabled, the server doesn't have the opportunity to optimize the returned results so as to avoid resending data that happens to exist in both old and new result sets.
> We may decide that the second issue should be deferred to post V4.
> But the first one could easily be addressed if we allowed a DELETE request to be sent to a delta link. If the server doesn't use persistent state for delta links, the DELETE for delta links can be trivially implemented! And if the server does use persistent state, then it would be able to free up resources (assuming co-operative clients).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]