Questions tagged [kognitio-wx2]

The Kognitio Analytical Platform is an in-memory, Massively Parallel Processing (MPP) relational database management system (RDBMS) that is optimized for analytical workloads.

Kognitio allows you to gain better business insight with the following advantages:

Ease of use – Load, explore and analyse your data fast with fast data scan rates

Flexibility – Run on any industry standard hardware, there is no need to invest in a proprietary hardware solution

In-memory analytics – Through intelligent usage of RAM and disk, Kognitio offers unprecedented speeds to access and query complex data

Linear scalability – As data volumes increase, query performance remains constant from one to thousands of nodes. For example, querying 5TB on a 100-node system will take the same time as querying 50TB on a 1000-node system. Also, Kognitio can be reconfigured in size to help respond to the requirements of a data analytics project

Ultra-high performance – Get fast results. Tests have shown Kognitio to out-perform other database / data warehouse solutions by up to sixty times

Lower total cost of ownership – System performance eliminates the need for the proliferation of data marts

Analytics in real-time – Kognitio enables complex analytics on terabytes of data in seconds by using in-memory, Massively Parallel Processing technology

Flexible licensing model – Kognitio can be licensed on a “right-size-at-the-right-time” model for cost-effective data analytics that meet the demands of a changing project, or even changing geography

Increased disk performance – Kognitio offers even faster throughput speeds with increased performance in both disk speeds and capacity

20 questions
0
votes
1 answer

What are different parameter used for wxloader?

Hi I am new to wx2 and not able to get proper documentation for it. I need to understand the what parameters we can pass to the wxloader utility? i.e. what do -b and -f refer to in the command below? wxloader -z Server_Ip -u User_name -p password…
0
votes
1 answer

Escape double quote Character in Kognitio

It seems that the Kognito console use this template for password reset (also create user) ALTER USER user_name ALTER PASSWORD TO " "; -- we cannot include a " character in the password which would end up in syntax error. How do we escape…
Srini V
  • 11,045
  • 14
  • 66
  • 89
0
votes
1 answer

Efficiently copying Kognitio tables between two environments

I want to copy a table from one environment to another. I know I could export it from environment one, then transfer the resulting file to the second environment, then use import to load it, but is there an easier way? In particular, is there a way…
Srini V
  • 11,045
  • 14
  • 66
  • 89
-1
votes
1 answer

External Scripting and R (Kognitio)

I have created the R script environment (used this command to create it "create script environment RSCRIPT command '/usr/local/R/bin/Rscript --vanilla --slave'") and tried running the one R script but it fails with the below error message. ERROR:…
-1
votes
1 answer

Issue in creating image for a simple view

DB is really fast .. But one particular simple view is getting hung when I try to create the image for it. Have tried creating images for complex views and got succeeded. Any specific reasons ?
1
2