Rows are archived manually by the user

Discuss hot database and enhance operational efficiency together.
Post Reply
asimd23
Posts: 606
Joined: Mon Dec 23, 2024 3:25 am

Rows are archived manually by the user

Post by asimd23 »

Archive function

In terms of evaluation and analysis options, the differences between active and archived rows are manageable: The archive supports all column types. Filters and sorting allow the data in the archive to be evaluated quickly. Access via API and external apps is also possible. A search function and full support for plugins is in development.

The main difference is the support for online brazil rcs data collaboration in real time: the active rows are loaded completely into the main memory when the table is called up. Every change in a table can therefore be immediately transmitted to other users. Archived data is different: when a table is opened, only the first 1,000 rows are loaded from the archive. Additional data can be called up page by page. This omission of complete loading allows for quick display in the web interface, even of tables with many hundreds of thousands of rows, but also means omission of real-time collaboration.


Version 2.3 supports all column types except formulas and links.
* These functions are not yet available in version 2.3.
The archive function is currently in beta phase and is now available in the SeaTable Server. It is not yet activated in the SeaTable Cloud. It is expected to go live for Enterprise subscribers at the end of Q3/2021.

line archiving


The new Archive View function has been created for manual archiving . It moves all data in the current view to the archive. For example, to archive all rows older than 3 months, simply create a new view, filter by creation date and then call the function.
Post Reply