Manoj Chaurasia Posted August 10, 2015 Share Posted August 10, 2015 Hi all, I am a beginner in spotfire. Can someone tell me how to index a column Thanks in advance Link to comment Share on other sites More sharing options...
Manoj Chaurasia Posted August 11, 2015 Author Share Posted August 11, 2015 Thanks! Link to comment Share on other sites More sharing options...
Manoj Chaurasia Posted August 11, 2015 Author Share Posted August 11, 2015 So, how can gain the kind of performance improvement that I would get by indexing in DB world I have a table of more than 50 million rows and I want to do Sum OVER AllPrevious operation, and it takes very long time, and eventually crushes on memory overload. Link to comment Share on other sites More sharing options...
Shaun Simon Posted October 23, 2015 Share Posted October 23, 2015 Not really indexing in a sense of performance, but you can go to the toolbar > Insert > Calculated Columns > RowID() as [indexColumn] Link to comment Share on other sites More sharing options...
Sean Riley Posted October 23, 2015 Share Posted October 23, 2015 You don't index columns in Spotfire like you do in the DB world. Either the data will all be pulled into local RAM ("in-memory") which is already fast, or it will be kept in the database ("in-database") in which case you can manage your database on the database end, transparently to Spotfire. Link to comment Share on other sites More sharing options...
Sean Riley Posted October 23, 2015 Share Posted October 23, 2015 So doing a SUM() OVER AllPrevious() for 50 million rows is huge! That is extremely extremely intensive and you would need a monster machine for that. Can i ask what that will be used for I mean how will 50 million rows of data, and that OVER calculation actually be consumed Link to comment Share on other sites More sharing options...
Nathan Burnett Posted June 18, 2020 Share Posted June 18, 2020 Hi Sean - May i have more information on the behaviour that you are describing in this comment please what are the determining factors for when spotfire chooses RAM vs Database for calculations Feel free to post any links to documentation that you think may be helpful. thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now