Questions tagged [purge]
222 questions
2
votes
1 answer
DBMS_AQADM.PURGE_QUEUE_TABLE with the error ORA-01001: invalid cursor and ORA-06512: at "SYS.DBMS_AQ_INV"
While attempting to manually execute the command below with user APPS (owner of WF_BPEL_QTAB queue) the error informed is occurring.
We did all the necessary research and the queue has no indexes (as some solutions suggest).
Command:
declare
…

Eduardo Liesse
- 21
- 2
2
votes
2 answers
Varnish purge configuration causing startup errors
I'm having a problem with the purge configuration in Varnish. I have a purge URL configured as below, but on attempting to start the service I get an error, also below. If I comment out this piece of config, the service starts without issue. Does…

Mark Williams
- 1,240
- 2
- 13
- 28
2
votes
0 answers
Akka persistence on Cassandra with time to live (TTL) for events
In our current assignment we are using Akka with Java. We use Cassandra as an event store for persisting our domain events.
Now we have a requirement to delete events which are older than 14 days. We store millions of events per day and to avoid…

VinothNair
- 614
- 1
- 7
- 24
2
votes
2 answers
How To Purge Cache in W3 Total Cache Automatically?
I am Using W3 Total cache plugin for WordPress. My post has one table which updates every minute/hour. But as I do caching, the server does not serves latest version, instead it displays cached copy to the visitor. How can I purge cache every 30…

Vijay Prajapati
- 21
- 1
- 5
2
votes
1 answer
Git split and purge
I know this is unusual, but one of my git repo, which acts as a collect-all repo, is getting too big and I'd like to split it up in two, into repoA and repoB.
I've found one way to do the splitting in "Forking a sub directory of a repository on…

xpt
- 20,363
- 37
- 127
- 216
2
votes
0 answers
Purge documents by Date from ObjectId Value
I have to delete data older than 30 days, but I have _id filed, no date fields.
I am aware of timestamp conversion, but I am not sure how to use in script.

Aayushi
- 33
- 5
2
votes
0 answers
What PyCharm's Invalidate Caches/Restart feature actually does
Some time ago I updated my PyCharm to new major version and since then I started to notice that my completion suggestions contain 2 copies of all options, check this screenshot:
I tried to invalidate/restart from main menu without any luck to clear…

valignatev
- 6,020
- 8
- 37
- 61
2
votes
3 answers
clearing cloudflare cache programmatically
I am trying to clear the cloudflare cache for single urls programmatically after put requests to a node.js api. I am using the https://github.com/cloudflare/node-cloudflare library, however I can't figure out how to log a callback from cloudflare.…

jo v
- 302
- 5
- 14
2
votes
2 answers
Is the HTTP method PURGE idempotent in Varnish?
Is the HTTP verb PURGE idempotent?
If I send the same PURGE request twice will I receive 200 the second time?
I have a microservice that invalidates a Varnish cache before publishing a message into a rabbit queue. In case of purge failure our need…

Gabe
- 5,997
- 5
- 46
- 92
2
votes
1 answer
Exclude directories when using hg purge
I am trying to perform an hg purge in my repository but I need to exclude some directories (e.g. node_modules, and something else) from that purge.
Basically, I want to keep (not-delete) these directories, in order to avoid downloading them again…

Hitmands
- 13,491
- 4
- 34
- 69
2
votes
1 answer
How to purge a single checkin of the current branch in fossil?
I am using fossil for some kind of incremential backup database. So far it works very well, except purging old entries.
As this is all automated and meant to be simple all checkins/rollbacks work on the trunk.
Now I tried to add the option to purge…

Sors
- 494
- 1
- 4
- 12
2
votes
1 answer
Purging data from mysql tables
I have a cron setup to take a backup of production mysql tables and looking to purge data from the tables at regular intervals. I have to delete data across multiple tables referenced by ids.
Some background : I need to delete about 2 million rows…

Akash
- 21
- 1
- 2
2
votes
3 answers
IOS Core Data Delete Parent Records With No Children
I working on a "purge process" for my user-entered-data-centric app. Essentially there is a parent entity and a child entity. The system correctly deletes the child objects if I "swipe-delete" a parent object. So that part is working.
Now, what I…

user2616647
- 131
- 9
2
votes
3 answers
Differences between purge and delete files?
I have looked it up but haven't been able to find many differences between purging and deleting a set of files. Is there more to PURGE than simply BACKUP AND DELETE?
EDIT: Specifically, this is about trace files and log files in Oracle

Jay
- 1,392
- 7
- 17
- 44
2
votes
3 answers
Node.js global variable property is purged
my problem is not about "memory leakage", but about "memory purge" of node.js (expressjs) app.
My app should maintain some objects in memory for the fast look-up's during the service. For the time being (one or two days) after starting the app,…

Haesung
- 75
- 1
- 5