[
https://issues.apache.org/jira/browse/CASSANDRA-13981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345604#comment-16345604
]
Jason Brown edited comment on CASSANDRA-13981 at 1/30/18 6:59 PM:
------------------------------------------------------------------
[~pree] you do not have push privileges to the apache repos; that's for Apache
committers. If you can just create a branch on your own github account, and
create a PR (perhaps against the sha you based the work on), that should be
enough to get started here.
As an arbitrary example, here's [my
branch|https://github.com/jasobrown/cassandra/tree/13993] for CASSANDRA-13993.
(Sorry if this is pedantic or obvious)
was (Author: jasobrown):
[~pree] you do not have push privileges to the apache repos; that's for Apache
committers. If you can just create a branch on your own github account, and
create a PR (perhaps against the sha you based the work on), that should be
enough to get started here.
> Enable Cassandra for Persistent Memory
> ---------------------------------------
>
> Key: CASSANDRA-13981
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13981
> Project: Cassandra
> Issue Type: New Feature
> Components: Core
> Reporter: Preetika Tyagi
> Assignee: Preetika Tyagi
> Priority: Major
> Fix For: 4.0
>
> Attachments: in-mem-cassandra-1.0.patch, readme.txt
>
>
> Currently, Cassandra relies on disks for data storage and hence it needs data
> serialization, compaction, bloom filters and partition summary/index for
> speedy access of the data. However, with persistent memory, data can be
> stored directly in the form of Java objects and collections, which can
> greatly simplify the retrieval mechanism of the data. What we are proposing
> is to make use of faster and scalable B+ tree-based data collections built
> for persistent memory in Java (PCJ: https://github.com/pmem/pcj) and enable a
> complete in-memory version of Cassandra, while still keeping the data
> persistent.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]