Re: debugging slow table creation

2024-06-13 Thread Dave Marion
Emilio,  The create table operation is a Fate operation that runs in the Manager. My immediate thought is that maybe the number of Fate operations that you are creating for your other tables is making the create table operation wait for an available thread. I don't have the code in front of me, but

debugging slow table creation

2024-06-13 Thread Lahr-Vivaz, Emilio
Hello, We've noticed that creating a table in Accumulo 2.1 tends to get slower and slower as the number of tables in the system increases, and once we get have several thousand tables creating more really bogs down (on the order of minutes). Does anyone have any tips on debugging this issue, or