Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Amazon SimpleDB Developer Guide

You're reading from  Amazon SimpleDB Developer Guide

Product type Book
Published in Jun 2010
Publisher Packt
ISBN-13 9781847197344
Pages 252 pages
Edition 1st Edition
Languages
Toc

Table of Contents (16) Chapters close

Amazon SimpleDB Developer Guide
Credits
Foreword
About the Authors
About the Reviewers
1. Preface
1. Getting to Know SimpleDB 2. Getting Started with SimpleDB 3. SimpleDB versus RDBMS 4. The SimpleDB Data Model 5. Data Types 6. Querying 7. Storing Data on S3 8. Tuning and Usage Costs 9. Caching 10. Parallel Processing

What is lexicographical comparison?


Lexicographical comparison is a technique used for sorting words alphabetically by comparing the characters in a string sequentially from left to right. The order of precedence used when comparing the characters in a string is:

  1. 1. Digits

  2. 2. Uppercase letters

  3. 3. Lowercase letters

In the following figure, we display how a lexicographical comparison works when comparing each set of strings:

Here, the box with the bold outline indicates the letter that decides the precedence when comparing these two strings. When doing a comparison, you start on the left side and go from left to right, one letter at a time, and compare the letters at that position. If they are the same, you move on to the next letter. However, if the letters do not match, you can decide on which letter is greater and at that point you have an answer for the lexicographical comparison.

The resulting alphabetic list is:

  • d2t2

  • Data

  • daTa

  • data

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}