Hello,
I saw by chance this post: https://www.zabbix.com/forum/showpos...83&postcount=3 and i was sad to see that this only discusses on LinkedIN and not here in the forum, can someone tell me why?
I think Zabbix-SIA must drop some Database support (for example Oracle), and concentrate to MySql/MariaDB, PostgreSQL and SQLite (only for Proxy) than you can use more special database features.
Few days ago, I copy the trends table to a different server, read it into a csv-file and create a new trends table, but i used an array instead of different columns for min,avg,max.. and it was up to 15-20% faster! I guess there are some more options to tune the querys etc..
I also talk to some people on Xing (the german LinkedIN) and he said NoSQL is not very performant/efficeient, because there a not Create + Read + Delete optimized (and zabbix use them a lot), NoSQL is better for Create, Read, Update.
some other thinkings?
I saw by chance this post: https://www.zabbix.com/forum/showpos...83&postcount=3 and i was sad to see that this only discusses on LinkedIN and not here in the forum, can someone tell me why?
I think Zabbix-SIA must drop some Database support (for example Oracle), and concentrate to MySql/MariaDB, PostgreSQL and SQLite (only for Proxy) than you can use more special database features.
Few days ago, I copy the trends table to a different server, read it into a csv-file and create a new trends table, but i used an array instead of different columns for min,avg,max.. and it was up to 15-20% faster! I guess there are some more options to tune the querys etc..
I also talk to some people on Xing (the german LinkedIN) and he said NoSQL is not very performant/efficeient, because there a not Create + Read + Delete optimized (and zabbix use them a lot), NoSQL is better for Create, Read, Update.
some other thinkings?

Comment