Skip to content

Commit 79fc802

Browse files
authored
Update apache-hbase-phoenix-performance.md
1 parent 27f52aa commit 79fc802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/hbase/apache-hbase-phoenix-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The main considerations in query design are:
145145

146146
### Understand the query plan
147147

148-
In [SQLLine](http://sqlline.sourceforge.net/), use EXPLAIN followed by your SQL query to view the plan of operations that Phoenix perform. Check that the plan:
148+
In [SQLLine](http://sqlline.sourceforge.net/), use EXPLAIN followed by your SQL query to view the plan of operations that Phoenix performs. Check that the plan:
149149

150150
* Uses your primary key when appropriate.
151151
* Uses appropriate secondary indexes, rather than the data table.

0 commit comments

Comments
 (0)