Re: Milions of views - performance, stability

2022-09-16 Thread Laurenz Albe
On Sat, 2022-09-17 at 01:05 +0200, Hubert Rutkowski wrote: > Hello! I have written python program to benchmark view efficiency, because in > our platform > they have a role to play and we noticed the performance is less than expected. If your platform plans to use millions of views, you should

Milions of views - performance, stability

2022-09-16 Thread Hubert Rutkowski
Hello! I have written python program to benchmark view efficiency, because in our platform they have a role to play and we noticed the performance is less than expected. Basically, benchmark creates table: CREATE TABLE IF NOT EXISTS foobar ( id int, text varchar(40) ); for i in range(1200300):