similar to: Partitioned Index

Displaying 20 results from an estimated 40000 matches similar to: "Partitioned Index"

2006 Feb 10
1
Timezone problem
Okay I have a database with all timestamps stored in GMT, but each customer (who''s timezone is known), wants all data and query done in their timezone. So presentation is the standard offset and where clauses subtracts the offset. Could this be done as an extension to active record such that all queries automatically adjust dates to the timezone of the customer? Shawn
2006 Jan 31
0
Structuring customizations
I''ve got a large project that I may be able to convert to rails. The problem domain is a bit odd for most web projects: 1) There is a single data model. 2) Each customer (~50), wants customizations to their web pages. 3) 90% of the product is the same. 4) There are several components to the product. 5) Not all customers pay for each component. If I use rails and create a
2009 Apr 01
1
Vector of Vectors
I have a matrix of data. I need to scan the matrix and find every sequence from maxima to maxima across a row. I can write a loop to do this easily. Problem is, I can't figure out how to store the results. Each result is a vector of widely varying lengths. Ideally I'd like a vector of these, i.e. a vector of vectors, so I can quickly iterate through them and compute correlation
2009 Oct 06
0
Bifurcating Autoregression
Is there any R package that implements a bifurcating autoregression, aka the BAR(n) model? I've been reading the Huggins and Staudte paper, "Variance Components Models for Dependent Cell Populations", from the Journal of the American Statistical Association, 1994. Shawn Garbett <shawn.p.garbett at vanderbilt.edu> Vanderbilt Cancer Biology 220 Pierce Ave, PRB 715AA
2005 Nov 28
4
validates_format_of nil
I''ve noticed that validates_format_of will return invalid if the field is nil. Question 1) How should we declare a validation that will validate it with a regex if it is set, but, if the field is not set, just move on Question 2) Why is it done this way? The other validators are only invoked if the field is set . If you want to declare the field mandatory, you add a
2020 Jul 05
5
[RFC] carry-less multiplication instruction
On 05.07.20 12:21, Roman Lebedev via llvm-dev wrote: > On Sun, Jul 5, 2020 at 12:18 PM Shawn Landden via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> >> >> >> Carry-less multiplication[1] instructions exist (at least optionally) on many architectures: armv8, RISC-V, x86_64, POWER, SPARC, C64x, and possibly more. >> >> This proposal is to add a
2006 Aug 17
2
samba4 readiness
i wanted to setup a samba4 domain, however i had a couple of questions: 1. i was thinking of using centos, however was curious what linux distro most people use. ie what most of the samba4 documentation is written for? 2. i had read that there isn't much support for user land programs for setting up samba4 and account administration, and that swat isn't emplimented yet; how dated / acurate
2019 Jun 15
0
What does Solr index do and how to handle its high avaliablity?
On 6/14/2019 2:11 AM, luckydog xf via dovecot wrote: > ? And based on https://dovecot.org/pipermail/dovecot/2019-April/115575.html > I'm going to use an VIP to host 2 mail servers. Currently, it works in > fail over and fail back test except solr index, so how to resolve this? Solr has high availability options. Probably the easiest is SolrCloud, because the legacy master-slave
2007 Jan 05
1
adding one url to rdig index?
Hey there, I''m building a rails site using RDig as a site-wide search. I would like to be able to add just one URL (or possibly a list) to an existing index, so that when certain pages change I can update the index without reindexing the entire site. I looked through the documentation and didn''t see an example on how to do this so I am looking for some guidance here :). Is
2020 Jul 09
2
[RFC] carry-less multiplication instruction
05.07.2020, 05:22, "Roman Lebedev" <lebedev.ri at gmail.com>: > On Sun, Jul 5, 2020 at 12:18 PM Shawn Landden via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >>  Carry-less multiplication[1] instructions exist (at least optionally) on many architectures: armv8, RISC-V, x86_64, POWER, SPARC, C64x, and possibly more. >> >>  This proposal is to add a
2019 Aug 07
1
Problem Solr and centos 7
Thanks Shawn for your reply I tried to bring the heap size to 5gb as you would like, but the problem was not solved. "/If you have configured fts_solr with a URL that contains a # character, it's never going to work./" I'm not sure how to configure this but in the 90-plugins.conf file I configured this: plugin { ??#setting_name = value ??fts = solr ??fts_solr = url =
2008 Jan 31
2
Facebooker and file_column
Facebooker URL Rewriter stuff overloads ActionController::AbstractRequest.relative_url_root, causing a conflict with the plugin file_column and possibly other utilities. file_column constructs image URLs using the server host and relative_url_root This is not related to the sandbox patch I added to the rewriter. Facebooker overloaded relative_url_root before I touched it. I''ve
2006 Jun 26
0
partitioned_id plugin
After reading Jamis'' post on id partitioning, I decided to learn how to write a rails plugin so here''s my first attempt... Brent = partitioned_id rails plugin This library adds a partitioned_id to ease the storage partitioning of lots of files in the file system. For an id of 1, a string "0000/0001" will be returned and for an id of 12345678, a string
2018 Jan 22
0
[RFC PATCH v1 1/3] tests: md: Test guestfish list-filesystems command skipps partitioned md devices
Test guestfish list-filesystems command finds file system on partitioned md device and does't take into account md device itself (similar to as physical devices are skipped if they are partitioned) --- tests/md/Makefile.am | 1 + tests/md/test-list-filesystems2.sh | 79 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100755
2015 Mar 19
0
Kernel panic when adding partitioned virtio disk
On Wed, March 18, 2015 10:59, m.roth at 5-cent.us wrote: > Hi, James, > > James B. Byrne wrote: >> Kernel panic - not syncing: Attempted to kill init! > <snip> > Now, admittedly, a) I really haven't been following this thread, and > b) haven't worked a lot with VMs, and not with KVM, but could you > clarify something for me? Are you trying to make the
2018 Jan 22
0
[RFC PATCH v1 3/3] daemon: list-filesystems: Don't list partitioned md devices
Filter partitioned md devices out the same way as partitioned physical devices are filtered out --- daemon/listfs.ml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/daemon/listfs.ml b/daemon/listfs.ml index 370ffb4..dc424f5 100644 --- a/daemon/listfs.ml +++ b/daemon/listfs.ml @@ -24,24 +24,20 @@ let rec list_filesystems () = let has_lvm2 =
2018 Jan 23
0
Re: [RFC PATCH v1 3/3] daemon: list-filesystems: Don't list partitioned md devices
2018-01-23 12:16 GMT+02:00 Richard W.M. Jones <rjones@redhat.com>: > On Tue, Jan 23, 2018 at 12:44:13AM +0200, Mykola Ivanets wrote: >> Filter partitioned md devices out the same way as partitioned physical devices are filtered out >> --- >> daemon/listfs.ml | 22 +++++++++------------- >> 1 file changed, 9 insertions(+), 13 deletions(-) >> >> diff
2007 Dec 12
1
Dovecot truncating messages and/or attachments
Hello, I am having problems with Dovecot not sending clients emails bigger then 8-12k (it varies) or attachments bigger then 8-12k. I am also getting 'Corrupted transaction log file' errors ' unexpected end of file while reading header' I have deleted the dovecot.index.log, dovecot.index.cache, and dovecot.index several dozen times. I started off using Centos 5, with their package
2019 Jan 09
2
LTO, ifuncs, and lld
It's at this point where I think about filing a full bug report with llvm. Any hints before I do? On Mon, Jan 07, 2019 at 04:00:02PM -0500, Shawn Webb wrote: > It looks like this commit breaks CSU initialization with > statically-compiled applications. > > With a very simple application at [1], compiled with: > cc -g -O0 -flto -static -o pid pid.c > > The application
2018 Jan 23
0
Re: [RFC PATCH v1 1/3] tests: md: Test guestfish list-filesystems command skipps partitioned md devices
2018-01-23 12:11 GMT+02:00 Richard W.M. Jones <rjones@redhat.com>: > The test is fine, but it should come after the fix in the list of > commits, otherwise you break git bisection. Got it. Is there tests naming convention? Is it OK to call it test-partitioned-md-devices.sh (for example)? -- Mykola Ivanets