Subject Re: Table where we add 2 000 000 rows everydays and delete them every night
Author nathanelrick
> You could use a sequence/generator for that without multi user problems and very fast.
>

not really (but the idea is good), because i need also field like "NB_database_update_by_user" ... :( and in this way i will need to create as much sequence/generator than i have users (thousands of thousands) :(