Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typos and clarify the text on the Partial Sorting Using An Index section of queryplanner.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
fee38cf31fdde875a5c3605bf22d2c9e |
User & Date: | drh 2014-05-26 21:43:53.282 |
Context
2014-05-26
| ||
22:49 | Update the download page to support DLL snapshots. Update the change log for 3.8.5. (check-in: 3eab08af2c user: drh tags: trunk) | |
21:43 | Fix typos and clarify the text on the Partial Sorting Using An Index section of queryplanner.html. (check-in: fee38cf31f user: drh tags: trunk) | |
15:38 | Talk about partial index sorting in the queryplanner.html document. (check-in: f81d69fb6a user: drh tags: trunk) | |
Changes
Changes to pages/queryplanner.in.
︙ | |||
673 674 675 676 677 678 679 | 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 | - + - + + + + + + + + + - - + + - - + + | <p> The same basic algorithm is followed, except this time the matching rows of the index are scanned from bottom to top instead of from top to bottom, so that the states will appear in descending order. </p> <tcl>hd_fragment {partialsort}</tcl> |