Greetings,
I am looking to implement a Multidimensional Bloom filter index [1] [2] on
a Cassandra table. OK, I know that is a lot to take in. What I need is
any documentation that explains the architecture of the index options, or
someone I can ask questions of -- a mentor if you will.
I have a
+1
Le mar. 16 nov. 2021 à 18:05, Joshua McKenzie a
écrit :
> +1
>
> On Tue, Nov 16, 2021 at 10:14 AM Andrés de la Peña
> wrote:
>
> > +1
> >
> > On Tue, 16 Nov 2021 at 08:39, Sam Tunnicliffe wrote:
> >
> > > +1
> > >
> > > > On 15 Nov 2021, at 19:42, Branimir Lambov
> wrote:
> > > >
> > > > H
Hello Claude
I have written a blog post about 2nd index architecture a long time ago but
most of the content should still be relevant, worth checking
https://www.doanduyhai.com/blog/?p=13191
Regards
Duy Hai DOAN
Le mer. 17 nov. 2021 à 10:17, Claude Warren
a écrit :
> Greetings,
>
> I am look
There's an old joke: How many people read Slashdot? The answer is 5. The
rest of us just write comments without reading... In that spirit, I wanted
to share some thoughts in response to your question, even if I know some of
it will have been said in this thread already :-)
Basically, I just want t
I’m happy to help out
> On Nov 12, 2021, at 9:04 AM, Benjamin Lerer wrote:
>
> Hi everybody
>
> As discussed in the *Creating a new slack channel for newcomers* thead, a
> solution to help newcomers engage with the project would be to provide a
> list of mentors that newcomers can contact when
Thanks for the feedback and insight Henrik; it's valuable to hear how other
large complex infra projects have tackled this problem set.
To attempt to summarize, what I got from your email:
[Phase one]
1) Build Barons: rotation where there's always someone active tying
failures to changes and addin
I raised this before, but to highlight it again: how do these approaches
interface with our merge strategy?
We might have to rebase several dependent merge commits and want to merge them
atomically. So far as I know these tools don’t work fantastically in this
scenario, but if I’m wrong that’s
Sorry for not catching that Benedict, you're absolutely right. So long as
we're using merge commits between branches I don't think auto-merging via
train or blocking on green CI are options via the tooling, and multi-branch
reverts will be something we should document very clearly should we even
ch