I got a few comments about my last example not describing a wormhole, but a whitehole. Time to improve the picture a bit and getting data from another dimension on a shorter route than the long standard way.
To use the picture let's take a look at what has been done:
root@127.0.0.1:test> select * from finance where symbol = "MSFT"; +--------+------------+---------------------+--------------+------------+-----------+-----------+----------+ | symbol | last_trade | trade_time | trade_change | open_trade | max_trade | min_trade | volume | +--------+------------+---------------------+--------------+------------+-----------+-----------+----------+ | MSFT | 29.84 | 2007-10-05 00:00:00 | 0.13 | 29.84 | 29.99 | 29.73 | 45016520 | +--------+------------+---------------------+--------------+------------+-----------+-----------+----------+ root@127.0.0.1:test> select * from finance; …[Read more]