You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hawtdb
If i want to store a list of element is it better to store List<E> or
E[] ?
is there a difference in the size in the db for storing several
thousand or more arrays ?
Is this a good idea to store index<Long,Object> ?
Can i store very complexe object like :
Stored
- Date date
- String name
- Data[] datas
- Other Map etc
with Index<Long,Stored> ?
I'm still learning the best ways to use Hawdb,
Thank you ! i love this tool
Hiram Chirino
unread,
Sep 1, 2010, 8:39:46 AM9/1/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to haw...@googlegroups.com
As long as what your putting in the index implements Serializable it should work.