I have a large dataset with 2D, 3D(x, y, z) or 4D(+time). Does PostGIS have the ability to index those data and do the queries like: select * from table where point(x,y,z) @ cubes Thank you. T. W.