Re: [Koha-devel] Benchmarks - prior to the 3.22 release

2015-11-30 Thread Mirko Tietgen
Tomas Cohen Arazi schrieb am 27.11.2015 > Could you try reverting to old DBI syspref retrieval in C4::Context? I did a lot of speed tests over the weekend, and I think that is not the main problem. I do not see a huge drop in speed in all areas, but search speed with Plack in 3.18 is 1/3 of that

Re: [Koha-devel] Proposed "metadata" table for Koha

2015-11-30 Thread David Cook
Just to contradict myself a bit, it might be worth mentioning that Zebra will do a better job with ISSN and ISBN matching, as I think it normalizes those strings. That would be nicer than a regular string matching SQL query… David Cook Systems Librarian Prosentient Systems 72/330 Wattle

Re: [Koha-devel] Debugging in vim

2015-11-30 Thread Jesse
I've used it without running into pain with Komodo as well. What issues are you running into? 2015-11-30 7:30 GMT-07:00 Julian Maurice : > I do it daily, it's a life changer! :) > > But everything seems ok in the wiki. What is the dependency hell you are > talking

Re: [Koha-devel] Proposed "metadata" table for Koha

2015-11-30 Thread David Cook
I’m not 100% sure what I think yet, but in the past I was certainly in favour of a metadata_record table that stored the serialized metadata and whatever else it needed to support that. I still think it’s an all right idea to have that table. In general, I’m in favour of using the full text

Re: [Koha-devel] Proposed "metadata" table for Koha

2015-11-30 Thread Jesse
If we do this, I very much vote for doing it the way Tomas is describing (aka, storing entire chunks of metadata as blobs). Koha 2.2 had a row-per-subfield structure kind of like what you're suggesting, and it required a lot of monkeying around to accurately represent all the vagaries and ordering

Re: [Koha-devel] Proposed "metadata" table for Koha

2015-11-30 Thread David Cook
I can’t remember if I sent another message just to Tomas or if it was to the list, but I can see how a “metadata” table might be heavy handed, so I suggested an “identifier” table which would extract identifiers from the record for easy recall. Of course, as I said in the previous email, Zebra

Re: [Koha-devel] Benchmarks - prior to the 3.22 release

2015-11-30 Thread Mirko Tietgen
I opened Bug 15262. http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15262 signature.asc Description: OpenPGP digital signature ___ Koha-devel mailing list Koha-devel@lists.koha-community.org

[Koha-devel] Debugging in vim

2015-11-30 Thread Barton Chittenden
Hi, has anyone gotten debugging to work in vim, using the instructions here? http://wiki.koha-community.org/wiki/Debugging_in_VIM I tried it, and ran into dependency hell... If I remember correctly, Komodo-PerlRemoteDebugging-4.4.1 didn't play nicely with https://github.com/joonty/vdebug. If

Re: [Koha-devel] Proposed "metadata" table for Koha

2015-11-30 Thread Tomas Cohen Arazi
2015-11-29 21:52 GMT-03:00 David Cook : > Hi all: > > > > For those not following along at > http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662, we’ve > recently started talking about the possibility of adding a “metadata” table > to Koha. > > > > The basic

Re: [Koha-devel] Debugging in vim

2015-11-30 Thread Julian Maurice
I do it daily, it's a life changer! :) But everything seems ok in the wiki. What is the dependency hell you are talking about ? Le 30/11/2015 14:35, Barton Chittenden a écrit : > Hi, has anyone gotten debugging to work in vim, using the instructions here? > >