Closed Bug 478328 Opened 15 years ago Closed 15 years ago

Client never deletes old history data

Categories

(Cloud Services :: General, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: hello, Unassigned)

References

Details

The client should send a DELETE to the server to delete old data regularly.
Blocks: 468683
Target Milestone: -- → 0.3
Would really like this for 0.3.

Note that currently we wipe all data on version upgrades, and that's why this is not a P1.
Priority: -- → P2
Server history and client local history have different meaning.
Somewhere should be separete settings of a server trail properties. 
For public services it should be server-side hard limits.
For private servers limits can be client-depended.

There shouldn't be a situation, where purging of client history cleans all server history. Only "clear server data" or special "server housekeeping" should clean server history.

In real life often uses limits "by size in KB", "by record count", "by age", in many combinations, with upper limits, and guaranteed spaces. 
If a "reference" server will newer propose this functionality, it should not disable this possibilities at all.

One of possible variants to make housekeeping on server side - replace old record with new if record count limit touched... For example, remove 10% of old records, when user tries to add 100%th record.
(In reply to comment #3)
> For public services it should be server-side hard limits.
> For private servers limits can be client-depended.

This bug is to implement the bare minimum required--simply to delete old records based on some hardcoded criteria.  But, it would be nice if it was configurable, sure.
 
> One of possible variants to make housekeeping on server side - replace old
> record with new if record count limit touched... For example, remove 10% of old
> records, when user tries to add 100%th record.

I agree that some of this work could/should be done server-side.  We should explore that possibility in future iterations of the client/server.
Fixed:

http://hg.mozilla.org/labs/weave/rev/f96f8c54b053
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Component: Weave → General
Product: Mozilla Labs → Weave
QA Contact: weave → general
You need to log in before you can comment on or make changes to this bug.