You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2008/04/17 03:03:21 UTC

[jira] Created: (HBASE-587) Add auto-primary-key feature

Add auto-primary-key feature
----------------------------

                 Key: HBASE-587
                 URL: https://issues.apache.org/jira/browse/HBASE-587
             Project: Hadoop HBase
          Issue Type: New Feature
            Reporter: Bryan Duxbury
            Priority: Trivial


Some folks seem to be interested in having their row keys automatically generated in a unique fashion. Maybe we could do something like allow the user to specify they want an automatic key, and then we'll generate a GUID that's unique for that table and return it as part of the commit. Not sure what the mechanics would look like exactly, but seems doable and it's going to be a more prevalent use case as people start to put data into HBase first without touching another system or pushing data without a natural unique primary key.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.