Questions tagged [retention]

When data is to be retained, downsampled, or eliminated from a: database, filesystem or other storage device use 'retention'.

203 questions
0
votes
0 answers

Overwiritng specific folders rentention policies in purview

We currently have a retention policy in place that deletes any emails older than 7 years in a specific mailbox. We want to change that policy to 4 years instead of 7 years. My plan is to edit the current policy and make the change. Now, the issue is…
Poch
  • 1
0
votes
1 answer

BlobRetentionPolicy() how to use it? I need to set expiry days for my azure blob file

I'm using this package: Azure Storage Blobs of version 12.16.0. In order to force the file to be automatically removed from the Azure container, I need to work with Life Cycle policy. I found this class: var retentionPolicy = new…
0
votes
0 answers

Office 365 Retention Policies via PowerShell

We've started to use Retention Policies in Office 365 as we have an email archiving system in place called Barracuda. However, the retention policies seem to take anywhere from 1 day to a week to apply. I understand that if a user has a 100GB…
0
votes
0 answers

Which ram in TC387 chip can retain the original information after software reset

I didn't find the instructions in the chip manual Here is the chip manual explains Application Reset: This reset leads to an initialization into a defined state of the complete application system with the following parts: all peripherals, the CPUs…
0
votes
1 answer

Kafka deleting from only one topic

I am running Kafka 3.3.1 through Strimzi in my k8s cluster, and have 3 topics currently being read by 1 consumer group. The consumer group is up to date reading the latest offsets (e.g. no lag). All 3 topics are using the server-default retention…
Scott Balmos
  • 331
  • 4
  • 15
0
votes
0 answers

Why do I get user count difference while calculating user bounded/unbounded retention?

My goal is to calculate two types of user retention - bounded (N day) and unbounded (N day or any day later). For this I'm using two queries and the problem is that I'm getting different user count for day 0 (About 5-7% difference even if I put hard…
Valvoro
  • 19
  • 3
0
votes
0 answers

Retention Fail with Bareos

I am encountering backup disk saturation issues in production. Directory to backup = 400Go Backup disk = 2To Scheduling: A Full backup every 2 days An Incremental backup every hour Retention duration of 2 days I have recreated these issues in…
Joran
  • 1
  • 1
0
votes
0 answers

how to calculate churn and retention rate with Bigquery?

i have table with name user | Column name : user_id (PK), register_date, age, gender sessions | Column name : sessions_id (PK), user_id (FK), traffic_medium, traffic_source, visits_timestamps events | Column name : event_id (PK), sessions_id (FK),…
Rivaldy
  • 11
  • 2
0
votes
0 answers

Hive data retention issue

I am using hive version 3, have created a few manage tables, external tables to my database and added retention policy as per https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.1.4/using-hiveql/content/hive-set-partition-retention.html guidelines.…
SB7
  • 1
0
votes
1 answer

Influxdb retention policy is set but not working

I set a retention policy on a influx db, but it seems thats is not working. Old data is not actually deleted. I expect to drop data older than 1 month.
Boris М.
  • 1
  • 1
0
votes
0 answers

How many days files in a github comment last?

How long do files hosted on GitHub's servers remain available after they are uploaded through the drag-and-drop feature in a comment? Is there an expiration date for these files, or are they stored indefinitely?
0
votes
0 answers

Retention of files in Windows Server

I implemented this for retention of files on my windows server : https://learn.microsoft.com/en-us/windows-server/identity/solution-guides/deploy-implementing-retention-of-information-on-file-servers--demonstration-steps-?tabs=gui And it worked…
0
votes
1 answer

How to set retention period in AWS S3

I am trying to set retention period in S3 storage, in a shell script: curl -k -X PUT $ENDPOINT -H "Content-Type: application/xml" -H "Accept: application/xml" -d…
Anders
  • 21
  • 1
  • 4
0
votes
2 answers

Kafka brokers behavior after deleting a topic

i'm new to kafka and figuring out its behavior. I have a kafka cluster that has three brokers in it. I have given 2GB for the cluster and my cluster disk storage reached 95%. So what i did was deleted the main topic which i used for testing. (This…
Dushan
  • 1,365
  • 20
  • 26
0
votes
0 answers

How to do Cohort Index in Postgres SQL and getting positive format for the Index?

My cohort analysis is conducted by Postgres SQL, the main aim is to create a cohort Index. the column called Cohort_Index was created as per the below codes, but I got figures in negative format; however, all the figures have to come out in positive…