Hey Dan, 2.3.3 is a huge leap forward in performance over 2.1. You may find it just works without the lazy loading. At that size of data you are stretching the...
286
linuxdan
Sep 24, 2011 7:55 pm
Ok I downloaded version 2.3.3, I have to test it now. I think I forgot to answer one of your questions. My CSV file has 25 columns and 10,000 lines. But not...
287
linuxdan
Sep 24, 2011 7:57 pm
Just tested the same data set of 3961 records with TAFFY 2.1 and 2.3.3 Unfortunately for me, the exact same JS code and data that works with TAFFY 2.1, fails...
288
tacoman_cool
Sep 24, 2011 8:00 pm
Hmm...not off hand. Any errors or line numbers? I've tested with both the normal and -min versions with good results. Here is my quick 10,000 records test if...
289
linuxdan
Sep 24, 2011 11:24 pm
With Firefox 3.6.18 I can actually get results up to 5948 lines with the version 2.3.3 of TAFFY. But in Firefox 6.0.2 version 2.3.3 of TAFFY fails before 3000...
290
linuxdan
Sep 24, 2011 11:24 pm
In the Error Console, Firefox just tells me there is an error on the JSON.parse Dan...
291
Josh Powell
seasoup1
Sep 25, 2011 1:00 pm
Send him the file you are using so you guys are comparing apples to apples. Dropbox it if it is too big to email. Josh Powell...
292
linuxdan
Sep 25, 2011 1:00 pm
The 10,000 lines are loading ok !!! :) There were a couple " characters in the CSV file that caused some issues. The odd thing is that I looked for then via...
293
linuxdan
Sep 25, 2011 9:10 pm
The delete queries are running great. In about 200ms on the 10,000 item Taffy DB. :) Awesome !...
294
linuxdan
Sep 25, 2011 9:10 pm
As I mentioned in my last message, the data import now works for the entire file. But only in FF 3.6.18 not in FF 6.0.2. As for the redundant rows problem I...
295
mjcollett2
Oct 14, 2011 2:54 pm
None of the docs I have found on Taffy tell me step by step how to use it. I'm still fumbling in the dark. Is there an absolute beginner's guide somewhere...
296
Alex Loret de Mola
EdgarVerona@...
Oct 15, 2011 2:18 pm
Hi everyone, I heard about TaffyDB through your recent Reddit post, and figured that I'd see if I could potentially lend a hand to the effort: I really love...
297
taffydb-owner@yahoogr...
Oct 15, 2011 2:47 pm
Hey Alex, We'd love to have your help. TaffyDB has been around for a number of years now and was recently revitalized via the 2.0 rebuild which brought in the...
298
taffydb-owner@yahoogr...
Oct 15, 2011 10:14 pm
I just threw up a quick guide on taffydb.com. Let me know if it is helpful or if you have other questions. Ian...
299
John Collett
mjcollett2
Oct 16, 2011 1:55 am
Ian, Many thanks for your kindness and time spent on providing a quick guide for beginners. That was just what I needed, and it has clearly helped me to turn...
300
edgarveronacoder
edgarveronac...
Oct 17, 2011 4:25 pm
Hey Ian, Excellent! Let me see what I can do! I've been meaning to play with some Javascript unit testing frameworks - I've heard about them before, but...
301
tacoman_cool
Oct 17, 2011 4:27 pm
Hey John, Glad it was a help! I suspect the Databases list inside the browser is referring to the SQLlite DB that is now part of some browsers. That is...
302
taffydb-owner@yahoogr...
Oct 17, 2011 4:31 pm
Alex, Awesome! I'm excited to see what you come up with. I'd love to include your work in a /tests/ folder with the source code so anyone working on it can...
303
taffydb-owner@yahoogr...
Oct 17, 2011 5:41 pm
For those who may be interested, I spent $100 of my own money to run an ad on Reddit for TaffyDB. TaffyDB has been in the organic /r/javascript subreddit...
304
buddhabauchtraeger
buddhabaucht...
Oct 17, 2011 9:15 pm
Hi. First of all I would like to say that this lib is a very nice one and will give a great support for developers. Unfortunately I discovered an error saying...
305
Joseph Adamo
uja1
Oct 18, 2011 5:59 pm
Thank you for putting up the Beginners Guide . we newbies need that ....
306
taffydb-owner@yahoogr...
Nov 1, 2011 9:13 am
Hey Dennis, Sorry for the slow response. I was had a bit of code injecting itself ahead of the isNull/isUndefined operation and causing a problem. Finally...
307
malterad
Nov 1, 2011 11:14 pm
Hi, In taffydb 1.7.1, I used to call db.getObjectKeys(db.first()) which got me the keys of the objects (assuming that all share the same keys), now I found out...
308
taffydb-owner@yahoogr...
Nov 1, 2011 11:16 pm
Good catch. It was returning the wrong value. I've pushed out a fix for getObjectKeys. As for the idea of adding it to the record prototype, I've typically not...
309
Arieh Glazer
arieh.glazer@...
Nov 10, 2011 6:20 pm
Hey I was wondering if there were plans to support alternative storage drivers other than localStorage (such as SQLite and IndexedDB). I love the interface...
310
taffydb-owner@yahoogr...
Nov 10, 2011 6:39 pm
Hi Arieh, Supporting other types of storage would be awesome! Right now the localstorage is there because it was very easy to add and requested but I suspect...
311
Arieh Glazer
arieh.glazer@...
Nov 10, 2011 8:53 pm
Hey What I wanted to know is what are the requierments of such a driver- what methods it must have, how do I register it etc. When I approached this earlier...
312
taffydb-owner@yahoogr...
Nov 10, 2011 9:39 pm
Comments: 1. Right now the localStorage is kept in sync with JavaScript memory but Taffy only uses it for storage and not for any queries or the like. 2. Taffy...
313
arunartzoom
Nov 25, 2011 3:16 pm
Whats the best method to switch to NEW taffyDB(which doesn't seems to be backward compatible) from the OLD one where we where using find method to get index...
314
taffydb-owner@yahoogr...
Nov 25, 2011 3:27 pm
The biggest change from TaffyDB 1.X to 2.X is that your DB name is now a function and methods are chainable (like jQuery). So to find a record with the name of...