Note that there are some explanatory texts on larger screens.

plurals
  1. USDean MacGregor
    primarykey
    data
    text
    plurals
    1. COI did the approach that required 100,000 SQL queries just to see how bad it performed and it was unacceptably slow, as expected. Your pseudo code was the most obvious solution for my needs but the problem is the "complex processing" part and it is the core of my question. My function will do 1 of 3 things, either retrieve data from cache(easy), create/append to a job list(easy), or create the cache from the joblist(doable) but the hard part is making it create cache during the last func call. (ie if user pastes func in 10k cells it should only create the cache once)
      singulars
    2. CO@Bulat, By batch I just meant, the queue of functions to be run like when a user pastes the same function in a bunch of cells. It seems like the application events that Charles suggested might do the trick just not sure how to implement it for my purpose. I'll play around with it and see what I learn.
      singulars
    3. COEven in windows I found the odbcDriverConnect statement to be finicky, so much so that I never got it to work. Instead I use odbcConnect('odbc_dsn_entry', uid='username'). I know that ubuntu has a odbc manager that looks a lot like the one windows has but haven't done much with it to give more help especially in red hat. Also, I had more success with setting up the DB as both a user and system dsn in the odbc manager.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload