Last active
December 17, 2015 20:09
-
-
Save parallelepiped/5665971 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🕜 o@ombp ~/eng/labs/miri (master)* $ time rline rental_entry.dump | |
caf478db3e705152013e7055807526ee rentjungle.com 2013-05-03 Cooper Square NEW YORK NY 10003 40.7284617 -73.9907367 dfaade06187ed9790ce60a8f07854932 **NO FEE**STUNNING NOHO TWO BEDROOM**LUXURY CORNER PENTHOUSE**NO FEE** dfaade06187ed9790ce60a8f07854932-2.0-null 2.0-null 2 2 12000 12000 f fapartment | |
real 0m0.041s | |
user 0m0.025s | |
sys 0m0.014s | |
🕜 o@ombp ~/eng/labs/miri (master)* $ time wc -l rental_entry.dump | |
4924266 rental_entry.dump | |
real 0m1.478s | |
user 0m1.125s | |
sys 0m0.247s | |
🕜 o@ombp ~/eng/labs/miri (master)* $ time head -2000000 rental_entry.dump | tail -1 | |
caf478db3e494f5e013e4961277d3e8c rentjungle.com 2013-04-26 3702 Frankford Rd DALLAS TX 75287 32.995878 -96.851166 3f4508de1aeb2cb23f3a92c58fcb4ce0 Frankford Springs 3f4508de1aeb2cb23f3a92c58fcb4ce0-3-2.0-1460-1310.0 3-2.0 3 2 1460 1310 1310 t t f t t t f t tapartment | |
real 0m3.122s | |
user 0m3.602s | |
sys 0m0.344s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment