Giter Club home page Giter Club logo

datanucleus-hbase's People

Contributors

andyjefferson avatar nlmarco avatar renataogarcia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

datanucleus-hbase's Issues

Support CompoundIdentity

We need to support where the PK is formed with a persistable object. Currently it tries to serialise the related object which is wrong

Load of query doesnt ensure that all SCOs are wrapped

When we execute a query and use FetchFieldManager, we have to use the constructor for an ExecutionContext (i.e ObjectProvider not yet known). This means that we cannot easily wrap any SCO fields in FetchFieldManager. Consequently we need to call

ObjectProvider.replaceAllLoadedSCOFieldsWithWrappers()

just after the FetchFieldManager process.

Support JPA @OrderBy

When we retrieve a List from HBase we retrieve it in the exact same order as persisted. That is, it is stored as a Collection in the owner object. If a user puts some @orderby annotation they may want the list reordering.

This applies to ALL non-RDBMS datastores, so creating some generic code would make sense and reorder them in-memory, maybe using a Comparator.

Reading Hbase Tables with custom namepace

Feature Request: provide as much detail as possible about behaviour

Bug Report, attach a testcase using problem guide and state what version the problem occurs in.

So if the table is in a particular namepace other then default. It looks for a cololmn family prepending the namespace and hence throws exception with org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException

Support lock/unlock of a row (object)

When a user is utilising JDO/JPA APIs there are options to lock the objects being worked on, and then unlock them when they are updated. With RDBMS we support this via "SELECT ... FOR UPDATE" (where supported by the datastore). With HBase we could make calls to

HTable.lockRow(byte[]);
HTable.unlockRow(byte[]);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.