Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Einträge entfernen 2.0 #204

Open
iceman-fx opened this issue Jun 17, 2024 · 2 comments
Open

Einträge entfernen 2.0 #204

iceman-fx opened this issue Jun 17, 2024 · 2 comments
Assignees

Comments

@iceman-fx
Copy link
Member

Anbei ein anderer MySQL-Befehl, um die alten Einträge zu löschen.
Evtl. in Eure Hilfe mit einbauen.

<?php rex_sql::factory()->setQuery("DELETE t1 FROM rex_feeds_item t1 JOIN (SELECT id FROM rex_feeds_item WHERE stream_id = 1 ORDER BY id DESC LIMIT 50,500) t2 ON t1.id = t2.id"); ?>

Dieser löscht nicht nach Datum, sondern nach Anzahl.
Vorteil: Wenn viele Posts immer geladen werden, kann sich die die DB sehr schnell aufblähen und Probleme beim Backup machen.

@skerbis
Copy link
Member

skerbis commented Jul 11, 2024

Gerne ein PR dazu und den Cronjob anpassen.

@alxndr-w
Copy link
Member

DB-Aufblähen gäbe es nicht, wenn #195. Warum sollte man nicht ein Archiv älterer Einträge beibehalten dürfen?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants