activepivot

How does NUMA architecture affect the performance of ActivePivot?

☆樱花仙子☆ 提交于 2019-12-20 10:56:19
问题 We are migrating an ActivePivot application to a new server (4 sockets Intel Xeon, 512GB of memory). After deploying we launched our application benchmark (that's a mix of large OLAP queries concurrent to real-time transactions). The measured performance is almost twice slower than on our previous server, that has similar processors but twice less cores and twice less memory. We have investigated the differences between the two servers, and it appears the big one has a NUMA architecture (non

Can I connect ActivePivot to the tableau software?

て烟熏妆下的殇ゞ 提交于 2019-12-12 02:37:55
问题 I would like to know if it is possible to connect activepivot to tableau software ? By the way is it possible to connect to microsoft reporting services ? 回答1: Based the information I see here: http://quartetfs.com/en/products/activepivot/open-component ...the product understands MDX. It also allows connectivity from Excel, which infers that there is an ODBC / Other driver that Tableau could also probably leverage. So, I suspect the answer is "yes", but you'll need to tell us a little bit

When configuring a relational store join, can I do a one-to-many join from the ActivePivot store?

时间秒杀一切 提交于 2019-12-10 18:48:30
问题 Using Relational Stores, is it possible to do a one-to-many join from the ActivePivot store to a joining store. Suppose my ActivePivot store joins to another store on SOME_ID, but the key for the other store is SOME_ID,SOME_TYPE. Then it is possible to have: AP_STORE SOME_ID | JOIN_STORE SOME_ID | JOIN_STORE SOME_TYPE ------------------------------------------------------------ 1 | 1 | TYPE1 1 | 1 | TYPE2 However, when the join is attempted, the following error is raised, because there is not