What does the `lifetime` parameter control?

5 vues

Réponse

The `lifetime` parameter specifies the number of seconds to keep the table in memory after it is last accessed. If the table is not accessed within this duration, it is automatically dropped from memory. A value of 0 means the table will not be dropped automatically.
Did this answer help you?
alterTable

table

See technical action