Show info.txt syntax highlighted
IMPROVE RESULT WITH INDEX!
CREATE INDEX calldate_ind ON cdr USING btree (calldate)
[OPTIONAL]
CREATE INDEX dst_ind ON cdr USING btree (dst)
CREATE INDEX accountcode_ind ON cdr USING btree (accountcode)
See more files for this project here