Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-12

Write more examples

    • Type: Icon: Task Task
    • Resolution: Done
    • WT1.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      C example ideas:

      • simple column-oriented table, no indices
      • query: select 2 columns out of 4+ in schema
      • update one column without modifying others
      • clustered table with non-recno primary key (no other indices)
      • query: select * order by index keys
      • mix of rows and columns with an index.
      • multiple secondary (e.g., inverted index for a text file).
      • unique index?

      Python examples:

      • basic schema
      • all of the above

            Assignee:
            michael.cahill@mongodb.com Michael Cahill (Inactive)
            Reporter:
            wiredtiger WiredTiger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: